mirror of
https://github.com/rkd77/elinks.git
synced 2025-06-30 22:19:29 -04:00
... 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>