The following commit has been merged in the mc-4.6 branch:
commit 3dd87166466dda09ea93ff13a3003e86875e70ff
Author: Patrick Winnertz <win...@debian.org>
Date:   Mon Jan 26 21:51:40 2009 +0100

    Not only comment it out but removing it

diff --git a/mhl/string.h b/mhl/string.h
index 9bb48b7..e3c7d2f 100644
--- a/mhl/string.h
+++ b/mhl/string.h
@@ -3,7 +3,7 @@
 
 #include <ctype.h>
 #include <stdarg.h>
-#include <../mhl/memory.h>
+#include <mhl/memory.h>
 
 #define        mhl_str_dup(str)        ((str ? strdup(str) : strdup("")))
 #define mhl_str_ndup(str,len)  ((str ? strndup(str,len) : strdup("")))
@@ -60,9 +60,6 @@ static inline char* __mhl_str_concat_hlp(const char* base, 
...)
     int         count = 0;
     size_t      totalsize = 0;
 
-    // first pass: scan through the params and count string sizes
-    //va_list par;
-
     if (base)
     {
        arg_ptr[0] = base;

-- 
Midnight Commander Development
_______________________________________________
Mc-devel mailing list
http://mail.gnome.org/mailman/listinfo/mc-devel

Reply via email to