Huge thanks to our Platinum Members Endace and LiveAction,
and our Silver Member Veeam, for supporting the Wireshark Foundation and project.

Wireshark-commits: [Wireshark-commits] rev 41168: /trunk/ /trunk/: editcap.c

Date: Fri, 24 Feb 2012 05:17:47 GMT
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