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); + ================================================================ _______________________________________________ pld-cvs-commit mailing list [email protected] http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit
