mirror of
https://git.code.sf.net/p/zint/code
synced 2025-12-18 18:37:07 +00:00
CLI should not ignore --eci flag
Bug found thanks to Marjan Leden
This commit is contained in:
@@ -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}
|
||||||
};
|
};
|
||||||
|
|||||||
Reference in New Issue
Block a user