Ethereal-cvs: [ethereal-cvs] cvs commit: ethereal editcap.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, 17 Jan 2000 14:21:45 -0600 (CST)
guy         2000/01/17 14:21:42 CST

  Modified files:
    .                    editcap.c 
  Log:
  Use "strchr()" rather than "index()" - the ANSI C standard specifies
  "strchr()", and it, unlike "index()", is declared in <string.h>.
  
  Revision  Changes    Path
  1.6       +3 -2      ethereal/editcap.c