Ethereal-cvs: [Ethereal-cvs] cvs commit: ethereal packet-giop.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: Wed, 8 Nov 2000 16:18:05 -0600 (CST)
guy         2000/11/08 16:18:04 CST

  Modified files:
    .                    packet-giop.c 
  Log:
  Never hand a "char" or a "gchar" to any of the ctype.h macros; "char"
  and "gchar" may be (and probably are) signed, meaning that if the
  character has the 8th bit set (e.g., accented letters in ISO 8859/1),
  they will get sign-extended when handed to an "is*" macro, and will thus
  give bogus answers.
  
  Revision  Changes    Path
  1.20      +2 -2      ethereal/packet-giop.c