]> git.ipfire.org Git - people/pmueller/ipfire-2.x.git/blob - src/patches/newt-0.50.17-vaend.patch
03b88937a8d2c0e377936b706a5921e7a5820bde
[people/pmueller/ipfire-2.x.git] / src / patches / newt-0.50.17-vaend.patch
1 --- windows.c.old 2004-02-04 00:03:38.000000000 +0000
2 +++ windows.c 2004-02-04 00:04:59.000000000 +0000
3 @@ -168,7 +168,7 @@
4 buttonName = va_arg(args, char *);
5 }
6
7 - va_end(button1);
8 + va_end(args);
9
10 buttonBar = newtCreateGrid(numButtons, 1);
11 for (i = 0; i < numButtons; i++) {
12 @@ -225,7 +225,7 @@
13 buttonName = va_arg(args, char *);
14 }
15
16 - va_end(button1);
17 + va_end(args);
18
19 buttonBar = newtCreateGrid(numButtons, 1);
20 for (i = 0; i < numButtons; i++) {