mirror of
https://git.code.sf.net/p/zint/code
synced 2025-05-23 03:26:56 -04:00
command line: allow data/input args anywhere on line; frontend tests
This commit is contained in:
parent
2fcf622754
commit
736bc76f66
9 changed files with 891 additions and 185 deletions
|
@ -235,7 +235,7 @@ static int dump_plot(struct zint_symbol *symbol) {
|
|||
space++;
|
||||
byt = 0;
|
||||
}
|
||||
if (space == 2) {
|
||||
if (space == 2 && i + 1 < symbol->width) {
|
||||
fputc(' ', f);
|
||||
space = 0;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue