comparison src/debug.h @ 13926:756c3d7177d9

[gaim-migrate @ 16445] Fix a crash bug on some systems (mostly amd64) caused by using a va_list twice. My bad! Thanks to Kevin Stange and Vincent Ho for noticing this and suggesting the cause. Vincent's IRC handle reminds me of a Harvey Danger song. committer: Tailor Script <tailor@pidgin.im>
author Mark Doliner <mark@kingant.net>
date Thu, 06 Jul 2006 09:21:57 +0000
parents fc464a0abccc
children
comparison
equal deleted inserted replaced
13925:60f39c405dff 13926:756c3d7177d9
46 * Debug UI operations. 46 * Debug UI operations.
47 */ 47 */
48 typedef struct 48 typedef struct
49 { 49 {
50 void (*print)(GaimDebugLevel level, const char *category, 50 void (*print)(GaimDebugLevel level, const char *category,
51 const char *format, va_list args); 51 const char *arg_s);
52 } GaimDebugUiOps; 52 } GaimDebugUiOps;
53 53
54 #ifdef __cplusplus 54 #ifdef __cplusplus
55 extern "C" { 55 extern "C" {
56 #endif 56 #endif