Avoid a warning when compiled in debugging mode (at least for 64-bits)

This commit is contained in:
Pierre Pronchery 2012-02-24 04:51:10 +00:00
parent 071c42d201
commit bba457c8af

View File

@ -394,7 +394,7 @@ static void _download_refresh(Download * download)
double fraction;
#ifdef DEBUG
fprintf(stderr, "DEBUG: %s() %u/%u\n", __func__,
fprintf(stderr, "DEBUG: %s() %lu/%lu\n", __func__,
download->data_received, download->content_length);
#endif
/* XXX should check gettimeofday() return value explicitly */