Ethereal-cvs: [Ethereal-cvs] cvs commit: ethereal/gtk main.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: Wed, 21 Jan 2004 03:00:49 -0600 (CST)
guy         2004/01/21 03:00:49 CST

  Modified files:
    gtk                  main.c 
  Log:
  Squelch some compiler warnings.
  
  "font_point_size_l" is a "long", so use "strtol()" to set it (note that
  even "strtoul()", for some not-entirely-obvious reason, accepts numbers
  starting with a "-" as input - ANSI C requires it!).
  
  Revision  Changes    Path
  1.365     +9 -5      ethereal/gtk/main.c