bump simplecpp

This commit is contained in:
Daniel Marjamäki 2018-04-09 10:47:41 +02:00
parent b15cc3f236
commit 49a3f32f80
1 changed files with 1 additions and 1 deletions

View File

@ -1977,7 +1977,7 @@ namespace simplecpp {
if (unc)
path = '/' + path;
return realFilename(path);
return path.find_first_of("*?") == std::string::npos ? realFilename(path) : path;
}
}