1
0
Fork 1
mirror of https://github.com/TES3MP/openmw-tes3mp.git synced 2025-07-05 09:51:35 +00:00

Fixes #200 - Paths with quotes for data-local option.

Signed-off-by: Lukasz Gromanowski <lgromanowski@gmail.com>
This commit is contained in:
Lukasz Gromanowski 2012-02-27 23:56:58 +01:00
parent 2608491906
commit 9a4cd6c2b1

View file

@ -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() == '?')