SOURCES: dhcp-arg-concat.patch (NEW) - another obvious one-liner

baggins baggins at pld-linux.org
Thu Oct 26 14:07:18 CEST 2006


Author: baggins                      Date: Thu Oct 26 12:07:18 2006 GMT
Module: SOURCES                       Tag: HEAD
---- Log message:
- another obvious one-liner

---- Files affected:
SOURCES:
   dhcp-arg-concat.patch (NONE -> 1.1)  (NEW)

---- Diffs:

================================================================
Index: SOURCES/dhcp-arg-concat.patch
diff -u /dev/null SOURCES/dhcp-arg-concat.patch:1.1
--- /dev/null	Thu Oct 26 14:07:18 2006
+++ SOURCES/dhcp-arg-concat.patch	Thu Oct 26 14:07:13 2006
@@ -0,0 +1,10 @@
+--- dhcp-3.1.0a1/common/print.c~	2006-08-01 00:19:51.000000000 +0200
++++ dhcp-3.1.0a1/common/print.c	2006-10-26 14:05:03.000000000 +0200
+@@ -1130,6 +1130,7 @@
+ 		len = strlen (s);
+ 		strcpy (u, s);
+ 		u += len;
++		s = va_arg (list, char *);
+ 	}
+ 	va_end (list);
+ 	
================================================================


More information about the pld-cvs-commit mailing list