From 75aaab85f92320ceac421182154f91503388e86e Mon Sep 17 00:00:00 2001 From: giraffedata Date: Thu, 10 May 2007 02:49:13 +0000 Subject: Replace STREQ() with streq() git-svn-id: http://svn.code.sf.net/p/netpbm/code/trunk@295 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 1fe37d3d..90bac9f6 100644 --- a/editor/pamundice.c +++ b/editor/pamundice.c @@ -608,7 +608,7 @@ verifyRankFileAttributes(struct pam * const inpam, pm_error("Rank %u, File %u image has format 0x%x, " "which differs from others (0x%x)", rank, file, inpamP->format, outpamP->format); - else if (!STREQ(inpamP->tuple_type, outpamP->tuple_type)) + else if (!streq(inpamP->tuple_type, outpamP->tuple_type)) pm_error("Rank %u, File %u image has tuple type '%s', " "which differs from others ('%s')", rank, file, inpamP->tuple_type, outpamP->tuple_type); -- cgit 1.4.1