ache
df6c6c6c15
File positions are off_t nowdays, not long, so:
...
fseek -> fseeko
ftell -> ftello
NOTE: that fseek/ftell not works for >long offsets per POSIX:
[EOVERFLOW] For fseek( ), the resulting file offset would be a value which
cannot be represented correctly in an object of type long.
[EOVERFLOW] For ftell ( ), the current file offset cannot be represented
correctly in an object of type long.
2001-09-01 23:26:40 +00:00
..
2001-08-15 09:09:47 +00:00
2001-08-15 09:09:47 +00:00
2001-08-10 17:35:21 +00:00
2001-08-15 09:09:47 +00:00
2001-08-15 09:09:47 +00:00
2001-07-15 07:53:42 +00:00
2001-08-07 15:48:51 +00:00
2001-08-15 09:09:47 +00:00
2001-08-01 02:09:09 +00:00
2001-07-15 07:53:42 +00:00
2001-08-15 09:09:47 +00:00
2001-09-01 23:26:40 +00:00
2001-07-15 07:53:42 +00:00
2001-07-15 10:30:46 +00:00
2001-07-15 07:53:42 +00:00
2001-08-13 16:33:00 +00:00
2001-06-22 21:38:30 +00:00
2001-08-14 10:01:54 +00:00
2001-08-15 09:09:47 +00:00
2001-08-15 09:09:47 +00:00
2001-08-15 09:09:47 +00:00
2001-08-14 10:01:54 +00:00
2001-08-24 09:56:44 +00:00
2001-08-15 09:09:47 +00:00
2001-08-01 05:12:39 +00:00
2001-08-15 09:09:47 +00:00
2001-07-15 10:30:46 +00:00
2001-03-27 10:03:10 +00:00
2001-06-22 21:38:30 +00:00
2001-08-15 09:09:47 +00:00
2001-08-13 21:55:04 +00:00
2001-08-07 15:48:51 +00:00
2001-08-23 22:31:13 +00:00
2001-07-10 10:04:09 +00:00
2001-08-31 15:38:53 +00:00
2001-03-19 18:09:56 +00:00
1999-08-27 23:15:48 +00:00