blob: 5dc1fb9fa7bb0d27fe2f883dbea7131dc9775c90 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
$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;
}
}
|