Wireshark-commits: [Wireshark-commits] rev 36514: /trunk/wiretap/ /trunk/wiretap/: file_wrappers.c
Date: Fri, 08 Apr 2011 01:55:34 GMT
http://anonsvn.wireshark.org/viewvc/viewvc.cgi?view=rev&revision=36514

User: guy
Date: 2011/04/07 06:55 PM

Log:
 To squelch some compiler warnings, temporarily cast the argument to
 ws_lseek() to the appropriate type for the second argument to _lseek()
 for Windows or lseek() for UN*X; ultimately, we want to call the
 appropriate 64-bit-offset seek routine if available, otherwise cast the
 value down and hand it to the 32-bit-offset seek routine.

Directory: /trunk/wiretap/
  Changes    Path               Action
  +12 -2     file_wrappers.c    Modified