1
0
mirror of https://github.com/rkd77/elinks.git synced 2025-01-03 14:57:44 -05:00

Fix dump_frags() compilation (cache debug only).

This commit is contained in:
Laurent MONIN 2005-12-05 09:33:11 +01:00 committed by Laurent MONIN
parent 9dd84f8248
commit e498b4bc74

2
src/cache/cache.c vendored
View File

@ -49,7 +49,7 @@ do { \
struct fragment *frag; \
int count = 0; \
\
DBG("%s: url=%s, cache_size=%li", comment, entry->url, cache_size); \
DBG("%s: url=%s, cache_size=%li", comment, struri(entry->uri), cache_size); \
foreach (frag, entry->frag) \
dump_frag(frag, ++count); \
} while (0)