updated: [89d3cbd] Removed unneeded var to make build process a bit cleaner
Patrick Winnertz
winnie at debian.org
Mon Jan 26 20:30:12 UTC 2009
The following commit has been merged in the mc-4.6 branch:
commit 89d3cbddd279659f60b788c17081779964b420d6
Author: Patrick Winnertz <winnie at debian.org>
Date: Mon Jan 26 21:29:25 2009 +0100
Removed unneeded var to make build process a bit cleaner
diff --git a/mhl/string.h b/mhl/string.h
index 28f6198..9bb48b7 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("")))
@@ -61,7 +61,7 @@ static inline char* __mhl_str_concat_hlp(const char* base, ...)
size_t totalsize = 0;
// first pass: scan through the params and count string sizes
- va_list par;
+ //va_list par;
if (base)
{
--
Midnight Commander Development
More information about the mc-devel
mailing list