ANNOUNCEMENT: Live Wireshark University & Allegro Packets online APAC Wireshark Training Session
April 17th, 2024 | 14:30-16:00 SGT (UTC+8) | Online

Wireshark-commits: [Wireshark-commits] rev 25100: /trunk/gtk/ /trunk/gtk/: webbrowser.c

Date: Thu, 17 Apr 2008 16:53:45 GMT
http://anonsvn.wireshark.org/viewvc/viewvc.cgi?view=rev&revision=25100

User: guy
Date: 2008/04/17 04:53 PM

Log:
 Sigh.  g_spawn_async() should take a "const gchar **" argument for argv,
 as it shouldn't be modifying the strings, but it's "gchar **", so we
 can't make argv an array of "const gchar *" - which means that you can't
 put a "{g}char *" into it without a cast.
 
 Clean up white space.

Directory: /trunk/gtk/
  Changes    Path            Action
  +4 -4      webbrowser.c    Modified