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 25113: /trunk/gtk/ /trunk/gtk/: webbrowser.c

Date: Fri, 18 Apr 2008 12:47:06 GMT
http://anonsvn.wireshark.org/viewvc/viewvc.cgi?view=rev&revision=25113

User: morriss
Date: 2008/04/18 12:47 PM

Log:
 filename2uri() doesn't modify its parameter (and in at least one place we hand it a const argument) so make the parameter const.  Also move the function up in the file (before its first use).

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