|
|
@@ -1,7 +1,7 @@
|
|
|
Index: configure
|
|
|
---- configure.orig 2006-11-18 14:36:23 +0100
|
|
|
-+++ configure 2006-12-16 12:48:06 +0100
|
|
|
-@@ -2097,13 +2097,13 @@
|
|
|
+--- configure.orig 2007-01-24 15:48:58 +0100
|
|
|
++++ configure 2007-01-31 20:02:46 +0100
|
|
|
+@@ -2098,13 +2098,13 @@
|
|
|
else
|
|
|
DM_LOGDIR="$logdirname"
|
|
|
fi
|
|
|
@@ -17,22 +17,3 @@ Index: configure
|
|
|
then
|
|
|
DM_CONFDIR='/etc'
|
|
|
else
|
|
|
-Index: misc.c
|
|
|
---- misc.c.orig 2006-11-15 16:55:45 +0100
|
|
|
-+++ misc.c 2006-12-16 12:48:06 +0100
|
|
|
-@@ -2112,8 +2112,14 @@
|
|
|
- char prev,next=0;
|
|
|
- unsigned incode=0, inquote=0;
|
|
|
- size_t i, l;
|
|
|
-- GString *s = g_string_new("");
|
|
|
-+ GString *s;
|
|
|
-+
|
|
|
-+ if (!a)
|
|
|
-+ return g_strdup("");
|
|
|
-+ if (!a[0])
|
|
|
-+ return g_strdup("");
|
|
|
-
|
|
|
-+ s = g_string_new("");
|
|
|
- t = g_strdup(a);
|
|
|
- inptr = t;
|
|
|
- inptr = g_strstrip(inptr);
|