about summary refs log tree commit diff
diff options
context:
space:
mode:
-rw-r--r--analyzer/pamtable.c2
1 files changed, 1 insertions, 1 deletions
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)