On 8 Apr 2002 22:16:39 -0000, [EMAIL PROTECTED] wrote: > As stated above, now it works. > BUT! > There are differences between httpheader and cache.idx so it is a > preliminary fix that works, but nothing more...
Yes, thanks to Ted.... it now works for cacheindex.dgi I can't seem to figure-out what's wrong with the date/time section. Any ideas from the rest of you ? ctime((time_t *)(&cacheitem.lastseen)), Is something wrong in the syntax??? cacheitem.lastseen is "long" The correct 4 bytes are being "grabbed" from cache.idx Why are these 4 bytes... C2 1A B2 3C being converted to Jan 01, 00:00:00 1970 C2 1A B2 3C = 1,018,305,218 (date/time of file in question = Apr 08 18:33:42 2002 ) -- Glenn http://arachne.cz/ http://www.delorie.com/listserv/mime/ http://www.angelfire.com/id/glenndoom/download.htm http://www.thispagecannotbedisplayed.com/
