Wireshark-commits: [Wireshark-commits] rev 46011: /trunk-1.8/ /trunk-1.8/epan/: strutil.c strutil.h

Date: Mon, 12 Nov 2012 15:02:11 GMT
http://anonsvn.wireshark.org/viewvc/viewvc.cgi?view=rev&revision=46011

User: etxrab
Date: 2012/11/12 07:02 AM

Log:
 Reverted:
 Revision 45180 - Replace g_strcmp0 with strcmp. It was introduced in GLib 2.16 and our minimum version is 2.14.
 
 Copy over:
 
 Revision 45707 - g_strcmp0 first occures in GLIB 2.16 define it localy if it does not exist
 to make builds on Fedora 8 with GTK 2.12 work.

Directory: /trunk-1.8/epan/
  Changes    Path          Action
  +30 -1     strutil.c     Modified
  +9 -1      strutil.h     Modified

Directory: /trunk-1.8/ui/gtk/
  Changes    Path              Action
  +3 -3      main_menubar.c    Modified

Directory: /trunk-1.8/
  Changes    Path          Action
  +1 -0      fileset.c     Modified