Ethereal-cvs: [Ethereal-cvs] cvs commit: ethereal/wiretap buffer.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: Mon, 16 Apr 2001 16:59:39 -0500 (CDT)
guy         2001/04/16 16:59:39 CDT

  Modified files:
    wiretap              buffer.c 
  Log:
  The "data" member of a Buffer structure is a "u_char *"; when assigning
  the result of a "g_malloc()" to it, cast it to "u_char *", not "char *".
  
  Revision  Changes    Path
  1.11      +3 -3      ethereal/wiretap/buffer.c