0
0
mirror of https://github.com/rkd77/elinks.git synced 2025-10-21 19:54:04 -04:00
Files
elinks/src/osdep
Jonas Fonseca b9908b4622 Use internal OFF_T_FORMAT instead of PRId64
... since the latter is for printing int64_T and we don't check for that and
we use PRId64 only for printing values having the off_t types.

Besides off_t has it's own ELinks specific defaults so it should be safer
to use an internal format string. If off_t is 8 bytes use "lld" else use
"ld".

Reported-by: Andy Tanenbaum <ast@cs.vu.nl>
2006-08-05 00:43:34 +02:00
..
2006-07-27 15:05:18 +02:00
2006-07-02 20:06:57 +02:00
2006-01-11 20:10:27 +01:00
2006-01-14 10:41:58 +01:00
2006-01-14 21:37:33 +02:00
2006-01-11 20:12:59 +01:00
2006-07-02 16:30:41 +02:00
2005-10-21 09:14:07 +02:00
2005-10-21 09:14:07 +02:00
2006-01-10 23:59:14 +01:00
2006-01-11 20:10:27 +01:00
2005-10-21 09:14:07 +02:00
2006-01-11 20:12:59 +01:00