Ethereal-cvs: [Ethereal-cvs] rev 15523: /trunk/gtk/: main.c

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

Date: Thu, 25 Aug 2005 01:16:41 GMT
User: guy
Date: 2005/08/24 08:16 PM

Log:
 The "secs" field of a "struct wtap_nstime" is a time_t, so it could be
 an int or it could be a long; print stuff computed from it with %lu, and
 cast the arguments to "long" so that it works on platforms where time_t
 *isn't* a long and where "long int" and "int" have different sizes.

Directory: /trunk/gtk/
  Changes    Path          Action
  +4 -2      main.c        Modified



http://anonsvn.ethereal.com/viewcvs/viewcvs.py?rev=15523&view=rev