1
0
mirror of https://github.com/Llewellynvdm/conky.git synced 2025-01-28 17:48:39 +00:00

Fix warning.

This commit is contained in:
Brenden Matthews 2010-10-05 13:22:27 -07:00
parent f679b4d22a
commit 45e74549f5

View File

@ -149,7 +149,7 @@ void ccurl_fetch_data(ccurl_location_t *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;
}