http://anonsvn.wireshark.org/viewvc/viewvc.cgi?view=rev&revision=41168
User: wmeier
Date: 2012/02/23 09:17 PM
Log:
Revert SVN #40866 (which used g_fprintf() in place of fprintf()).
Using g_fprintf() fails (crashes) on Windows because the Windows GLib DLL
is linked with (depends upon) MSVCRT while editcap is linked with
(depends upon) MSVCR90.
IOW: "You can't do that ... (on Windows)"
See https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=6695 (Comment 2)
for some additional information.
Directory: /trunk/
Changes Path Action
+141 -140 editcap.c Modified