mirror of
https://github.com/netsurf-browser/netsurf
synced 2024-11-22 14:31:20 +03:00
Hopefully quash warning about time_t formatting on openbsd
This commit is contained in:
parent
f89f7192ef
commit
50cbb98941
@ -3296,7 +3296,7 @@ void llcache_clean(bool purge)
|
|||||||
NSLOG(llcache, DEBUG,
|
NSLOG(llcache, DEBUG,
|
||||||
"discarding backed object len:%zd age:%ld (%p) %s",
|
"discarding backed object len:%zd age:%ld (%p) %s",
|
||||||
object->source_len,
|
object->source_len,
|
||||||
time(NULL) - object->last_used,
|
(long)(time(NULL) - object->last_used),
|
||||||
object,
|
object,
|
||||||
nsurl_access(object->url));
|
nsurl_access(object->url));
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user