Mercurial > pidgin.yaz
changeset 12051:2329075592f4
[gaim-migrate @ 14346]
Luca Barbato says this is the right thing to do
committer: Tailor Script <tailor@pidgin.im>
author | Nathan Walp <nwalp@pidgin.im> |
---|---|
date | Sat, 12 Nov 2005 16:28:11 +0000 |
parents | 90d7e0f342fa |
children | d676eec43d13 |
files | COPYRIGHT src/dbus-analyze-functions.py |
diffstat | 2 files changed, 2 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- 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):