Ethereal-cvs: [ethereal-cvs] cvs commit: ethereal packet.c packet.h

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, 11 Jun 1999 23:21:13 -0500 (CDT)
guy         1999/06/11 23:21:11 CDT

  Modified files:
    .                    packet.c packet.h 
  Log:
  Make the string argument to "col_add_str()" a "const gchar *" - it
  doesn't modify anything pointed to by that argument, and that keeps us
  from getting complaints if we pass a "const gchar *" to it.
  
  Revision  Changes    Path
  1.26      +2 -2      ethereal/packet.c
  1.59      +2 -2      ethereal/packet.h