mirror of https://github.com/MidnightCommander/mc
Removed TODO Marker in util.c as the functions are fully ported to use glib now
Signed-off-by: Patrick Winnertz <winnie@debian.org>
This commit is contained in:
parent
161164c556
commit
8bd883085f
|
@ -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)=='~')|| \
|
||||
|
|
Loading…
Reference in New Issue