bump simplecpp
This commit is contained in:
parent
b15cc3f236
commit
49a3f32f80
|
@ -1977,7 +1977,7 @@ namespace simplecpp {
|
|||
if (unc)
|
||||
path = '/' + path;
|
||||
|
||||
return realFilename(path);
|
||||
return path.find_first_of("*?") == std::string::npos ? realFilename(path) : path;
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue