From a78c11eb79193bc83a28efc53844bfa436f4a3ce Mon Sep 17 00:00:00 2001 From: giraffedata Date: Sun, 25 Sep 2022 00:45:47 +0000 Subject: Fix previous commit so it compiles git-svn-id: http://svn.code.sf.net/p/netpbm/code/trunk@4439 9d0c8265-081b-0410-96cb-a4ca84ce46f8 --- analyzer/pamtable.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/analyzer/pamtable.c b/analyzer/pamtable.c index e406cfd2..acd027a6 100644 --- a/analyzer/pamtable.c +++ b/analyzer/pamtable.c @@ -56,7 +56,7 @@ parseCommandLine(int argc, const char ** const argv, pm_optParseOptions3(&argc, (char **)argv, opt, sizeof(opt), 0); /* Uses and sets argc, argv, and some of *cmdlineP and others. */ - if (tuple && hex) + if (tuple && cmdlineP->hex) pm_error("-hex is invalid with -tuple"); if (tuple) -- cgit 1.4.1