mirror of
https://github.com/zint/zint
synced 2024-11-16 20:57:25 +13:00
command line: allow data/input args anywhere on line; frontend tests
This commit is contained in:
@ -183,7 +183,7 @@ INTERNAL int svg_plot(struct zint_symbol *symbol) {
|
||||
fsvg = fopen(symbol->outfile, "w");
|
||||
}
|
||||
if (fsvg == NULL) {
|
||||
strcpy(symbol->errtxt, "660: Could not open output file");
|
||||
strcpy(symbol->errtxt, "680: Could not open output file");
|
||||
return ZINT_ERROR_FILE_ACCESS;
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user