Ethereal-cvs: [ethereal-cvs] cvs commit: ethereal 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:31:15 -0500 (CDT)
guy         2000/08/07 17:31:12 CDT

  Modified files:
    .                    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 preferences file.
  
  Revision  Changes    Path
  1.33      +2 -2      ethereal/prefs.c