about summary refs log tree commit diff
diff options
context:
space:
mode:
-rw-r--r--generator/pbmtextps.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/generator/pbmtextps.c b/generator/pbmtextps.c
index f543618d..0c3656e7 100644
--- a/generator/pbmtextps.c
+++ b/generator/pbmtextps.c
@@ -190,7 +190,7 @@ parseCommandLine(int argc, const char ** argv,
     unsigned int leftmarginSpec, rightmarginSpec;
     unsigned int topmarginSpec, bottommarginSpec;
 
-    MALLOCARRAY(option_def, 100);
+    MALLOCARRAY_NOFAIL(option_def, 100);
 
     option_def_index = 0;   /* incremented by OPTENTRY */
     OPTENT3(0, "resolution",    OPT_UINT,