fix tcleval called with 2 arguments on windows build in print_image()
This commit is contained in:
parent
9282ea670e
commit
9545eea546
|
|
@ -154,7 +154,7 @@ void print_image()
|
|||
my_snprintf(cmd, S(cmd), "convert_to_png {%s} {%s}", psfile, xctx->plotfile);
|
||||
tcleval(cmd);
|
||||
}
|
||||
else tcleval("convert_to_png {%s} plot.png", psfile);
|
||||
else tclvareval("convert_to_png {", psfile, "} plot.png", NULL);
|
||||
#endif
|
||||
#endif
|
||||
my_strncpy(xctx->plotfile,"", S(xctx->plotfile));
|
||||
|
|
|
|||
Loading…
Reference in New Issue