plotPNM.c: Fix crash due to uninited rtl_args.outfile
I introduced this issue in recent commit e88dcba1c
This commit is contained in:
parent
e592122199
commit
31400dd45f
|
|
@ -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
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue