about summary refs log tree commit diff
path: root/other/pamfixtrunc.c
diff options
context:
space:
mode:
Diffstat (limited to 'other/pamfixtrunc.c')
-rw-r--r--other/pamfixtrunc.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/other/pamfixtrunc.c b/other/pamfixtrunc.c
index 6d71406f..8d58b447 100644
--- a/other/pamfixtrunc.c
+++ b/other/pamfixtrunc.c
@@ -49,7 +49,7 @@ parseCommandLine(int argc, char ** const argv,
     opt.short_allowed = FALSE;  /* We have no short (old-fashioned) options */
     opt.allowNegNum = FALSE;  /* We don't parms that are negative numbers */
 
-    optParseOptions3(&argc, argv, opt, sizeof(opt), 0);
+    pm_optParseOptions3(&argc, argv, opt, sizeof(opt), 0);
         /* Uses and sets argc, argv, and some of *cmdlineP and others. */
 
     if (argc-1 == 0)