updated: [8bd8830] Removed TODO Marker in util.c as the functions are fully ported to use glib now
Patrick Winnertz
winnie at debian.org
Tue Feb 10 11:49:57 UTC 2009
The following commit has been merged in the master branch:
commit 8bd883085fe3f749d0a533cd9233c389d49f0234
Author: Patrick Winnertz <winnie at debian.org>
Date: Fri Feb 6 15:01:34 2009 +0100
Removed TODO Marker in util.c as the functions are fully ported to use glib now
Signed-off-by: Patrick Winnertz <winnie at debian.org>
diff --git a/src/util.c b/src/util.c
index 2046f10..cee81e8 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)=='~')|| \
--
Midnight Commander Development
More information about the mc-devel
mailing list