mirror of
https://git.code.sf.net/p/zint/code
synced 2025-05-13 22:54:35 -04:00
CLI should not ignore --eci flag
Bug found thanks to Marjan Leden
This commit is contained in:
parent
7b4dac7e16
commit
b199bc8ee6
1 changed files with 1 additions and 1 deletions
|
@ -491,7 +491,7 @@ int main(int argc, char **argv) {
|
||||||
{"mirror", 0, 0, 0},
|
{"mirror", 0, 0, 0},
|
||||||
{"dotty", 0, 0, 0},
|
{"dotty", 0, 0, 0},
|
||||||
{"dotsize", 1, 0, 0},
|
{"dotsize", 1, 0, 0},
|
||||||
{"eci", 1, 0, 'e'},
|
{"eci", 1, 0, 0},
|
||||||
{"filetype", 1, 0, 0},
|
{"filetype", 1, 0, 0},
|
||||||
{0, 0, 0, 0}
|
{0, 0, 0, 0}
|
||||||
};
|
};
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue