Ethereal-cvs: [Ethereal-cvs] cvs commit: ethereal/epan column-utils.c column-utils.h

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: Mon, 2 Dec 2002 17:34:39 -0600 (CST)
guy         2002/12/02 17:34:39 CST

  Modified files:
    epan                 column-utils.c column-utils.h 
  Log:
  Make the format argument to the "col_XXX_fstr()" routines, and the "str"
  argument to "col_append_str()", const pointers; they're not modified by
  the routines in question.
  
  Revision  Changes    Path
  1.26      +5 -5      ethereal/epan/column-utils.c
  1.9       +8 -8      ethereal/epan/column-utils.h