parent
1482e8d5fb
commit
01c3d7c38d
1 changed files with 2 additions and 2 deletions
|
@ -192,9 +192,9 @@ namespace filesystem {
|
|||
static void push_if_exists(std::vector<std::string> *vec, const path &file, bool full) {
|
||||
if (vec != NULL) {
|
||||
if (full)
|
||||
vec->push_back(file.string());
|
||||
vec->push_back(file.generic_string());
|
||||
else
|
||||
vec->push_back(file.filename().string());
|
||||
vec->push_back(file.filename().generic_string());
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue