~vcs-imports/ipfire/ipfire-2.x

« back to all changes in this revision

Viewing changes to src/patches/newt-0.50.17-vaend.patch

  • Committer: ipfire
  • Date: 2006-02-15 21:15:54 UTC
  • Revision ID: git-v1:cd1a2927226c734d96478e12bb768256fb64a06a


git-svn-id: http://svn.ipfire.org/svn/ipfire/IPFire/source@16 ea5c0bd1-69bd-2848-81d8-4f18e57aeed8

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
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++) {