Sat, 12 Nov 2005 16:28:11 +0000
[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):