Ethereal-cvs: [ethereal-cvs] cvs commit: ethereal/wiretap radcom.c ascend-scanner.l

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: Thu, 18 Nov 1999 15:48:58 -0600 (CST)
guy         1999/11/18 15:48:55 CST

  Modified files:
    wiretap              radcom.c ascend-scanner.l 
  Log:
  Clean up some ANSI C nits pointed out by "gcc -pedantic".
  
  Also, explicitly compare the result of "memcmp()" against 0 - the
  appearance of a comparison operator in the expression makes it clearer
  what test is being done.
  
  Revision  Changes    Path
  1.15      +3 -3      ethereal/wiretap/radcom.c
  1.8       +2 -2      ethereal/wiretap/ascend-scanner.l