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

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

From: Guy Harris <guy@xxxxxxxxxxxxxxxxx>
Date: Sat, 23 Aug 2003 20:39:04 -0500 (CDT)
guy         2003/08/23 20:39:04 CDT

  Modified files:
    gtk                  endpoint_talkers_table.c 
  Log:
  Cast arguments to "g_free()" to avoid compiler warnings (those are known
  to be mallocated, so it's safe to cast them).
  
  Use "%u", not "%d", for unsigned values.
  
  Revision  Changes    Path
  1.2       +15 -17    ethereal/gtk/endpoint_talkers_table.c