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

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

From: Guy Harris <guy@xxxxxxxxxxxx>
Date: Mon, 7 Aug 2000 17:35:19 -0500 (CDT)
guy         2000/08/07 17:35:17 CDT

  Modified files:
    gtk                  filter_prefs.c 
  Log:
  Cast an argument to "isspace()" to "guchar" so that if it has the 8th
  bit set it won't get sign-extended; this squelches a GCC complaint, and
  may keep weird things from happening if there're non-ASCII ISO 8859/n
  characters in a filter file.
  
  Revision  Changes    Path
  1.15      +2 -2      ethereal/gtk/filter_prefs.c