- 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:
parent
65e6fe82ad
commit
fb3edfeb27
@ -85,7 +85,7 @@ perform_query(BVolume &volume, const char *predicate)
|
||||
}
|
||||
|
||||
printf("%s\n", sEscapeMetaChars ?
|
||||
BString().CharacterEscape(path.Path(), " ()?*&\"'[]^\\~|;!<>*$", '\\').String()
|
||||
BString().CharacterEscape(path.Path(), " ()?*&\"'[]^\\~|;!<>*$\t", '\\').String()
|
||||
: path.Path());
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user