diff --git a/cclock b/cclock index 78ccf25..46470c7 100755 Binary files a/cclock and b/cclock differ diff --git a/cclock.c b/cclock.c index 49546d1..e63f70f 100644 --- a/cclock.c +++ b/cclock.c @@ -252,7 +252,7 @@ for (int i = 1; i < argc; i++) { curl_global_init(CURL_GLOBAL_DEFAULT); - char time_buf[16], date_buf[15], temp_buf[64]; + char time_buf[16], date_buf[20], temp_buf[64]; time_t last_fetch = 0; const int refresh_interval = 600; /* 10 minutes */