updated: [8bd8830] Removed TODO Marker in util.c as the functions are fully ported to use glib now



The following commit has been merged in the master branch:
commit 8bd883085fe3f749d0a533cd9233c389d49f0234
Author: Patrick Winnertz <winnie 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 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


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]