From 80e6fa2148ed36dcd961275d9a1e7f8d0f6ecbdf Mon Sep 17 00:00:00 2001 From: giraffedata Date: Mon, 18 May 2015 00:02:55 +0000 Subject: fix error message git-svn-id: http://svn.code.sf.net/p/netpbm/code/trunk@2494 9d0c8265-081b-0410-96cb-a4ca84ce46f8 --- converter/pbm/pbmtoxbm.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/converter/pbm/pbmtoxbm.c b/converter/pbm/pbmtoxbm.c index bb41d174..14c6b85e 100644 --- a/converter/pbm/pbmtoxbm.c +++ b/converter/pbm/pbmtoxbm.c @@ -257,7 +257,7 @@ puttermX10(void) { itemBuff[i], (i + 2 >= itemCnt) ? "" : ","); if (rc < 0) - pm_error("Error writing Item %u of X10 bitmap raster. " + pm_error("Error writing Item %u at end of X10 bitmap raster. " "printf() failed with errno %d (%s)", i, errno, strerror(errno)); } @@ -279,7 +279,7 @@ puttermX11(void) { (i + 1 >= itemCnt) ? "" : ","); if (rc < 0) - pm_error("Error writing Item %u of X11 bitmap raster. " + pm_error("Error writing Item %u at end of X11 bitmap raster. " "printf() failed with errno %d (%s)", i, errno, strerror(errno)); } -- cgit 1.4.1