diff --git a/src/bin/query.cpp b/src/bin/query.cpp index 1edc6ef96a..a7c783de82 100644 --- a/src/bin/query.cpp +++ b/src/bin/query.cpp @@ -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()); } }