From d4428a57bc961d0ec23626cb066735ebb70b0621 Mon Sep 17 00:00:00 2001 From: Miklos Szeredi Date: Mon, 2 Jul 2007 11:29:19 +0000 Subject: Released 2.7.0 --- test/test.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'test') diff --git a/test/test.c b/test/test.c index ead4e17..307f58a 100644 --- a/test/test.c +++ b/test/test.c @@ -140,7 +140,7 @@ static int check_nlink(const char *path, nlink_t nlink) return -1; } if (stbuf.st_nlink != nlink) { - ERROR("nlink %i instead of %i", stbuf.st_nlink, nlink); + ERROR("nlink %li instead of %li", stbuf.st_nlink, nlink); return -1; } return 0; -- cgit v1.2.3