summaryrefslogtreecommitdiff
path: root/comms/fidogate/patches/patch-ad
blob: 64230f302b94eae85e772c3de72c9aa96375b45d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
$NetBSD: patch-ad,v 1.5 2005/08/17 11:43:27 tv Exp $

--- src/tick/ftntick.c.orig	2004-08-22 16:19:13.000000000 -0400
+++ 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;
 	}
     }