updated: [89d3cbd] Removed unneeded var to make build process a bit cleaner
- From: "Patrick Winnertz" <winnie debian org>
- To: mc-devel gnome org
- Subject: updated: [89d3cbd] Removed unneeded var to make build process a bit cleaner
- Date: Mon, 26 Jan 2009 21:30:12 +0100 (CET)
The following commit has been merged in the mc-4.6 branch:
commit 89d3cbddd279659f60b788c17081779964b420d6
Author: Patrick Winnertz <winnie 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
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]