$NetBSD: patch-ad,v 1.4 2001/02/22 03:00:15 tv Exp $ --- src/tick/ftntick.c.orig Wed Feb 21 17:37:28 2001 +++ src/tick/ftntick.c Wed Feb 21 17:38:48 2001 @@ -528,7 +528,7 @@ if(tic->size != st.st_size) { log("ERROR: wrong size for file %s: got %lu, expected %lu", - name, st.st_size, tic->size ); + name, (unsigned long)st.st_size, tic->size); return ERROR; } }