X-Git-Url: http://git.tuebingen.mpg.de/?a=blobdiff_plain;f=fade.c;h=8fb02d402f5881542409b9e22583fc4aa191b146;hb=d3f9f845e13f5b280c9ea4078a1d7db649dbba3c;hp=7f884473bcd1d0c33b4ab39d9aa5c43684fd5cf4;hpb=b7f19d039c4aa46faa4e9b8e889520fd72df272a;p=paraslash.git diff --git a/fade.c b/fade.c index 7f884473..8fb02d40 100644 --- a/fade.c +++ b/fade.c @@ -217,7 +217,7 @@ static int sweet_dreams(void) tm->tm_sec = 0; } else { t1 += 9 * 60 * 60; /* nine hours from now */ - PARA_INFO_LOG("default wake time: %lu\n", t1); + PARA_INFO_LOG("default wake time: %lu\n", (long unsigned)t1); tm = localtime(&t1); } wake_time_epoch = mktime(tm);