mirror of
https://github.com/rkd77/elinks.git
synced 2025-01-03 14:57:44 -05:00
205f346d49
... 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> |
||
---|---|---|
.. | ||
document.c | ||
document.h | ||
download.c | ||
download.h | ||
edit.c | ||
edit.h | ||
exmode.c | ||
exmode.h | ||
info.c | ||
info.h | ||
Makefile | ||
menu.c | ||
menu.h | ||
options.c | ||
options.h | ||
progress.c | ||
progress.h | ||
status.c | ||
status.h |