From 8bd883085fe3f749d0a533cd9233c389d49f0234 Mon Sep 17 00:00:00 2001 From: Patrick Winnertz Date: Fri, 6 Feb 2009 15:01:34 +0100 Subject: [PATCH] Removed TODO Marker in util.c as the functions are fully ported to use glib now Signed-off-by: Patrick Winnertz --- src/util.c | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/util.c b/src/util.c index 2046f1091..cee81e879 100644 --- a/src/util.c +++ b/src/util.c @@ -1531,8 +1531,6 @@ Q_ (const char *s) return (sep != NULL) ? sep + 1 : result; } -/*TODO: These three functions should use glib and should be fixed soon */ - #define shell_escape_toesc(x) \ (((x)==' ')||((x)=='!')||((x)=='#')||((x)=='$')||((x)=='%')|| \ ((x)=='(')||((x)==')')||((x)=='\'')||((x)=='&')||((x)=='~')|| \ -- 2.11.4.GIT