http://anonsvn.wireshark.org/viewvc/viewvc.cgi?view=rev&revision=18883
User: ulfl
Date: 2006/08/12 09:06 PM
Log:
fix for bug #1025: It should be no longer necessary to use the I64x format string for Win32, simply use the llx format string as for the Unix variants, which should be safe as we only use GLib's g_snprintf() function instead of the MSVC one's from snprintf.h
The real cause of this: There's a bug in GLib's snprintf implementation which crashes with the I64x format string and certain (negative?) values.
Directory: /trunk/
Changes Path Action
+8 -2 config.h.win32 Modified