Ethereal-cvs: [Ethereal-cvs] cvs commit: ethereal/epan strutil.c

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

From: Guy Harris <guy@xxxxxxxxxxxxxxxxx>
Date: Thu, 31 Jul 2003 20:39:00 -0500 (CDT)
guy         2003/07/31 20:39:00 CDT

  Modified files:
    epan                 strutil.c 
  Log:
  From Chris Heath: fix up the check for printable ASCII done on Windows
  not to include DEL as printable ASCII.
  
  Also change the check in strutil.c to do it by redefining "isprint()",
  as is done in "gtk/gtkglobals.h", rather than by #ifdeffing the point at
  which the test is done.
  
  Revision  Changes    Path
  1.11      +14 -13    ethereal/epan/strutil.c