Wireshark-commits: [Wireshark-commits] rev 23036: /trunk/ /trunk/: editcap.c
Date: Sun, 30 Sep 2007 22:13:42 GMT
http://anonsvn.wireshark.org/viewvc/viewvc.cgi?view=rev&revision=23036

User: guy
Date: 2007/09/30 10:13 PM

Log:
 Clean up indentation.
 
 "time_t" is not guaranteed to be an "unsigned long"; when printing it
 with %lu, cast it to "unsigned long".
 
 The "secs" field of a wtap_nstime, however, *is* defined to be a time_t;
 there's no need to cast it to time_t.

Directory: /trunk/
  Changes    Path          Action
  +52 -46    editcap.c     Modified