Ethereal-cvs: [Ethereal-cvs] cvs commit: ethereal/gtk summary_dlg.c

Note: This archive is from the project's previous web site, ethereal.com. This list is no longer active.

From: guy@xxxxxxxxxxxx (Guy Harris)
Date: Fri, 21 May 2004 01:39:26 -0500 (CDT)
guy         2004/05/21 01:39:26 CDT

  Modified files:
    gtk                  summary_dlg.c 
  Log:
  GCC warns about zero-length format strings, presumably either because
  not all *printf routines don't handle them or because there's no
  advantage to using one rather than just copying a null string to the
  target (the length-checking done by "snprintf"-style routines is useful
  for a null string only if the target is zero-length, which it isn't in
  this case).
  
  Clean up indentation.
  
  Revision  Changes    Path
  1.30      +17 -17    ethereal/gtk/summary_dlg.c