Wireshark-commits: [Wireshark-commits] rev 23764: /trunk/ /trunk/: merge.c
Date: Wed, 05 Dec 2007 10:24:49 GMT
http://anonsvn.wireshark.org/viewvc/viewvc.cgi?view=rev&revision=23764

User: guy
Date: 2007/12/05 10:24 AM

Log:
 The first component of a "wtap_nstime" is a "time_t", which could be an
 "int" or a "long"; initialize it with LONG_MAX cast to "time_t".
 
 The second argument is an "int"; initialize it with INT_MAX.

Directory: /trunk/
  Changes    Path          Action
  +1 -1      merge.c       Modified