Ethereal-cvs: [Ethereal-cvs] cvs commit: ethereal/epan column-utils.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, 31 Jan 2002 02:03:40 -0600 (CST)
guy         2002/01/31 02:03:39 CST

  Modified files:
    epan                 column-utils.c 
  Log:
  There's no need to dynamically allocate the string buffer in
  "col_prepend_fstr()" - just put it on the stack, and give it the size of
  the largest string you'll stuff into it.
  
  Revision  Changes    Path
  1.13      +4 -7      ethereal/epan/column-utils.c