Ethereal-cvs: [ethereal-cvs] cvs commit: ethereal snprintf.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 18:05:47 -0500 (CDT)
guy         2000/08/07 18:05:45 CDT

  Modified files:
    .                    snprintf.c 
  Log:
  Cast arguments to "isxdigit()", "isdigit()", and "isflag()" to "unsigned
  char" so that if it has the 8th bit set it won't get sign-extended; this
  squelches a GCC complaint.
  
  Revision  Changes    Path
  1.9       +4 -4      ethereal/snprintf.c