From 4c18892d94e937a6cee7ad1d6c1534c032afeca7 Mon Sep 17 00:00:00 2001 From: Patrick Winnertz Date: Tue, 6 Jan 2009 22:48:30 +0100 Subject: [PATCH] Fix escaping functions to also escape the leading whitespace --- src/util.c | 1 - 1 file changed, 1 deletion(-) diff --git a/src/util.c b/src/util.c index edc759a2e..c5612cf5b 100644 --- a/src/util.c +++ b/src/util.c @@ -1526,4 +1526,3 @@ Q_ (const char *s) sep = strchr(result, '|'); return (sep != NULL) ? sep + 1 : result; } -