mirror of
https://github.com/zint/zint
synced 2024-11-16 20:57:25 +13:00
CLI should not ignore --eci flag
Bug found thanks to Marjan Leden
This commit is contained in:
parent
7b4dac7e16
commit
b199bc8ee6
@ -491,7 +491,7 @@ int main(int argc, char **argv) {
|
||||
{"mirror", 0, 0, 0},
|
||||
{"dotty", 0, 0, 0},
|
||||
{"dotsize", 1, 0, 0},
|
||||
{"eci", 1, 0, 'e'},
|
||||
{"eci", 1, 0, 0},
|
||||
{"filetype", 1, 0, 0},
|
||||
{0, 0, 0, 0}
|
||||
};
|
||||
|
Loading…
Reference in New Issue
Block a user