]> git.pld-linux.org Git - packages/dhcp.git/commitdiff
- another obvious one-liner
authorJan Rękorajski <baggins@pld-linux.org>
Thu, 26 Oct 2006 12:07:13 +0000 (12:07 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    dhcp-arg-concat.patch -> 1.1

dhcp-arg-concat.patch [new file with mode: 0644]

diff --git a/dhcp-arg-concat.patch b/dhcp-arg-concat.patch
new file mode 100644 (file)
index 0000000..243c708
--- /dev/null
@@ -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);
+       
This page took 0.146136 seconds and 4 git commands to generate.