Ethereal-cvs: [Ethereal-cvs] cvs commit: ethereal/gtk file_dlg.c

Note: This archive is from the project's previous web site, ethereal.com. This list is no longer active.

From: guy@xxxxxxxxxxxx (Guy Harris)
Date: Sun, 20 Jun 2004 02:28:02 -0500 (CDT)
guy         2004/06/20 02:28:02 CDT

  Modified files:
    gtk                  file_dlg.c 
  Log:
  Include <string.h> to declare "strlen()".
  
  Make "cf_name" a "const gchar *", as, at least in GTK+ 2.x, a "const
  gchar *" is assigned to it.  (If it's just a "gchar *" being assigned to
  it, declaring it a "const gchar *" does no harm.)
  
  Revision  Changes    Path
  1.116     +4 -2      ethereal/gtk/file_dlg.c