1
0
mirror of https://git.code.sf.net/p/zint/code synced 2026-05-14 18:13:53 +00:00

command line: allow data/input args anywhere on line; frontend tests

This commit is contained in:
gitlost
2020-08-04 22:22:26 +01:00
parent 2fcf622754
commit 736bc76f66
9 changed files with 891 additions and 185 deletions

View File

@@ -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;
}