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-03-06 18:26:43 +00:00 committed by R. Timothy Edwards
parent e592122199
commit 31400dd45f
1 changed files with 1 additions and 0 deletions

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