Ethereal-cvs: [Ethereal-cvs] cvs commit: ethereal/gtk main.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: Wed, 11 Feb 2004 03:19:54 -0600 (CST)
guy         2004/02/11 03:19:54 CST

  Modified files:
    gtk                  main.c 
  Log:
  Cast "char" values to "guchar" before passing them to <ctype.h> macros,
  so that characters with the 8th bit set don't get sign-extended and
  cause the macros not to return the right answer.
  
  Revision  Changes    Path
  1.394     +2 -2      ethereal/gtk/main.c