plotPNM.c: Fix crash due to uninited rtl_args.outfile

I introduced this issue in recent commit e88dcba1c
This commit is contained in:
Darryl L. Miles
2025-04-09 15:26:54 -04:00
committed by R. Timothy Edwards
parent e592122199
commit 31400dd45f
+1
View File
@@ -587,6 +587,7 @@ PlotPNM(fileName, scx, layers, xMask, width)
#ifdef VERSATEC
struct plotRTLdata rtl_args;
rtl_args.outfile = NULL;
char command[200], tempFile[200];
#endif