- TAB is a valid character in a file name (although weird) and it also needs to
be escaped. git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@27184 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
+1
-1
@@ -85,7 +85,7 @@ perform_query(BVolume &volume, const char *predicate)
|
|||||||
}
|
}
|
||||||
|
|
||||||
printf("%s\n", sEscapeMetaChars ?
|
printf("%s\n", sEscapeMetaChars ?
|
||||||
BString().CharacterEscape(path.Path(), " ()?*&\"'[]^\\~|;!<>*$", '\\').String()
|
BString().CharacterEscape(path.Path(), " ()?*&\"'[]^\\~|;!<>*$\t", '\\').String()
|
||||||
: path.Path());
|
: path.Path());
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user