13 lines
456 B
Text
13 lines
456 B
Text
$NetBSD: patch-ad,v 1.6 2009/12/18 01:09:23 abs Exp $
|
|
|
|
--- src/tick/ftntick.c.orig 2004-08-22 20:19:13.000000000 +0000
|
|
+++ src/tick/ftntick.c
|
|
@@ -528,7 +528,7 @@ int check_file(Tick *tic)
|
|
if(tic->size != st.st_size)
|
|
{
|
|
logit("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;
|
|
}
|
|
}
|