Ethereal-cvs: [ethereal-cvs] cvs commit: ethereal capture.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: Fri, 24 Sep 1999 21:02:17 -0500 (CDT)
guy         1999/09/24 21:02:15 CDT

  Modified files:
    .                    capture.c 
  Log:
  Squelch a (justified, although the child process *shouldn't* ever send
  us, at that point, a character with the 8th bit set) complaint about a
  "char" array subscript in an "isdigit()" call by making the character
  unsigned.
  
  Revision  Changes    Path
  1.72      +2 -2      ethereal/capture.c