Fix escaping functions to also escape the leading whitespace

This commit is contained in:
Patrick Winnertz 2009-01-06 22:48:30 +01:00 committed by Slava Zanko
parent 985f73c374
commit b48c30e337

View File

@ -1526,4 +1526,3 @@ Q_ (const char *s)
sep = strchr(result, '|');
return (sep != NULL) ? sep + 1 : result;
}