1
0
mirror of https://github.com/Llewellynvdm/conky.git synced 2024-11-17 18:45:10 +00:00

Fix warning.

This commit is contained in:
Brenden Matthews 2010-10-05 13:22:27 -07:00
parent d64b05b648
commit 15006a1a41

View File

@ -133,7 +133,7 @@ void ccurl_fetch_data(thread_handle &handle, const ccurl_location_ptr &curloc)
case 304:
break;
default:
NORM_ERR("curl: no data from server, got HTTP status %d %s",
NORM_ERR("curl: no data from server, got HTTP status %ld",
http_status_code);
break;
}