Avoid a warning when compiled in debugging mode (at least for 64-bits)
This commit is contained in:
parent
071c42d201
commit
bba457c8af
@ -394,7 +394,7 @@ static void _download_refresh(Download * download)
|
|||||||
double fraction;
|
double fraction;
|
||||||
|
|
||||||
#ifdef DEBUG
|
#ifdef DEBUG
|
||||||
fprintf(stderr, "DEBUG: %s() %u/%u\n", __func__,
|
fprintf(stderr, "DEBUG: %s() %lu/%lu\n", __func__,
|
||||||
download->data_received, download->content_length);
|
download->data_received, download->content_length);
|
||||||
#endif
|
#endif
|
||||||
/* XXX should check gettimeofday() return value explicitly */
|
/* XXX should check gettimeofday() return value explicitly */
|
||||||
|
Loading…
Reference in New Issue
Block a user