mirror of
https://github.com/RTimothyEdwards/magic.git
synced 2026-08-29 09:30:46 +02:00
plotPNM.c: Fix crash due to uninited rtl_args.outfile
I introduced this issue in recent commit e88dcba1c
This commit is contained in:
committed by
R. Timothy Edwards
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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user