From 7d714381d1af9f51ae0094df79e1fe8d28c46b84 Mon Sep 17 00:00:00 2001 From: giraffedata Date: Sat, 10 Apr 2010 16:07:24 +0000 Subject: Fix compiler warnings git-svn-id: http://svn.code.sf.net/p/netpbm/code/trunk@1185 9d0c8265-081b-0410-96cb-a4ca84ce46f8 --- editor/pamundice.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'editor/pamundice.c') diff --git a/editor/pamundice.c b/editor/pamundice.c index 89d8b6b5..0b092a3c 100644 --- a/editor/pamundice.c +++ b/editor/pamundice.c @@ -249,7 +249,7 @@ doSubstitution(const char * const pattern, pm_error("%s number %u is wider than " "the %u characters specified in the " "input file pattern", - desc, strlen(substString), precision); + desc, (unsigned)strlen(substString), precision); else buffer_addString(bufferP, substString); -- cgit 1.4.1