1
0
mirror of https://github.com/rkd77/elinks.git synced 2025-01-03 14:57:44 -05:00
elinks/src/cache
Jonas Fonseca 205f346d49 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:39:14 +02:00
..
cache.c Use internal OFF_T_FORMAT instead of PRId64 2006-08-05 00:39:14 +02:00
cache.h Remove empty lines in start of header files 2005-11-15 11:33:27 +01:00
dialogs.c Use internal OFF_T_FORMAT instead of PRId64 2006-08-05 00:39:14 +02:00
dialogs.h Remove empty lines in start of header files 2005-11-15 11:33:27 +01:00
Makefile path_to_top -> top_builddir 2005-10-20 04:00:35 +02:00