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:
parent
9dd84f8248
commit
e498b4bc74
2
src/cache/cache.c
vendored
2
src/cache/cache.c
vendored
@ -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)
|
||||
|
Loading…
Reference in New Issue
Block a user