Ethereal-cvs: [Ethereal-cvs] cvs commit: ethereal/tools/lemon lemon.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: Thu, 15 Feb 2001 03:25:39 -0600 (CST)
guy         2001/02/15 03:25:39 CST

  Modified files:
    tools/lemon          lemon.c 
  Log:
  Don't cast the function argument to "qsort()" to the expected type, make
  the function have the expected type.
  
  Make the arguments to comparison functions used by the merge sort be
  "const void *", not "void *", just as the arguments to the comparison
  functions used by "qsort()" are "const void *".
  
  Revision  Changes    Path
  1.5       +16 -13    ethereal/tools/lemon/lemon.c