[gaim-migrate @ 14346]

Sat, 12 Nov 2005 16:28:11 +0000

author
Nathan Walp <nwalp@pidgin.im>
date
Sat, 12 Nov 2005 16:28:11 +0000
changeset 12051
250d0e877bbc
parent 12050
a7d5a2430722
child 12052
b80f26bf5569

[gaim-migrate @ 14346]
Luca Barbato says this is the right thing to do

COPYRIGHT file | annotate | diff | comparison | revisions
src/dbus-analyze-functions.py file | annotate | diff | comparison | revisions
--- a/COPYRIGHT	Sat Nov 12 15:27:41 2005 +0000
+++ b/COPYRIGHT	Sat Nov 12 16:28:11 2005 +0000
@@ -11,6 +11,7 @@
 Paul Aurich
 Patrick Aussems
 John Bailey
+Luca Barbato
 Levi Bard
 Kevin Barry
 Derek Battams
--- a/src/dbus-analyze-functions.py	Sat Nov 12 15:27:41 2005 +0000
+++ b/src/dbus-analyze-functions.py	Sat Nov 12 16:28:11 2005 +0000
@@ -326,7 +326,7 @@
         self.addintype("i", name)
 
     def inputvalist(self, type, name):
-        self.cdecls.append("va_list %s;" % name);
+        self.cdecls.append("void * %s;" % name);
         self.ccode.append("%s = NULL;" % name);
 
     def inputstring(self, type, name):

mercurial