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 --- other/pamx/pamx.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'other/pamx') diff --git a/other/pamx/pamx.c b/other/pamx/pamx.c index c6503d5e..49aa07c9 100644 --- a/other/pamx/pamx.c +++ b/other/pamx/pamx.c @@ -298,7 +298,7 @@ determineTitle(struct cmdlineInfo const cmdline, if (cmdline.title) title = strdup(cmdline.title); else { - if (STREQ(cmdline.inputFileName, "-")) + if (streq(cmdline.inputFileName, "-")) title = NULL; else { title = pm_basename(cmdline.inputFileName); -- cgit 1.4.1