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@xxxxxxxxxxxxxxxxxxx>
Date: Mon, 23 Jul 2001 13:14:37 -0500 (CDT)
guy         2001/07/23 13:14:37 CDT

  Modified files:
    .                    prefs.c 
  Log:
  Use an unsigned character when processing string lists, so that you can
  use "isspace()" on them without getting screwed by negative array
  subscripts.
  
  Revision  Changes    Path
  1.60      +3 -2      ethereal/prefs.c