Skip to content
This repository has been archived by the owner on Mar 13, 2021. It is now read-only.

Commit

Permalink
Fixes zinnschlag#200 - Paths with quotes for data-local option.
Browse files Browse the repository at this point in the history
Signed-off-by: Lukasz Gromanowski <[email protected]>
  • Loading branch information
lgromanowski committed Feb 27, 2012
1 parent 2608491 commit 9a4cd6c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions components/files/configurationmanager.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -75,6 +75,7 @@ void ConfigurationManager::processPaths(Files::PathContainer& dataDirs)
{
path = it->string();
boost::erase_all(path, "\"");
*it = boost::filesystem::path(path);

// Check if path contains a token
if (!path.empty() && *path.begin() == '?')
Expand Down

0 comments on commit 9a4cd6c

Please sign in to comment.