Fix escaping functions to also escape the leading whitespace

This commit is contained in:
Patrick Winnertz 2009-01-06 22:48:30 +01:00
parent b0e39cc68d
commit 4c18892d94
1 changed files with 0 additions and 1 deletions

View File

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