]> asedeno.scripts.mit.edu Git - PuTTY.git/commit
Add a missing cast in g_object_set.
authorSimon Tatham <anakin@pobox.com>
Mon, 31 Aug 2015 13:36:12 +0000 (14:36 +0100)
committerSimon Tatham <anakin@pobox.com>
Mon, 31 Aug 2015 14:11:04 +0000 (15:11 +0100)
commit749b0fdda01dc7837302bbcc0f577e8d397cc0e6
tree70895af13af2bcd3ccdda6cd070111348b4a3731
parent55de891e5437cf520c0231b4b42a855e14395b3d
Add a missing cast in g_object_set.

When NULL appears in variadic argument lists, it should be cast to the
pointer type that the function will be expecting, because otherwise it
might end up as a type not even the same size as a pointer.
unix/gtkdlg.c