mirror of
https://github.com/zint/zint
synced 2024-11-16 20:57:25 +13:00
More code cleanup
Patch 7 of 7 from "Ismael Luceno" <ismael.luceno@gmail.com>
This commit is contained in:
@ -289,7 +289,7 @@ void textprocess(int *chainemc, int *mclength, char chaine[], int start, int len
|
||||
}
|
||||
|
||||
/* 663 */
|
||||
if ((wnet % 2) > 0) {
|
||||
if (wnet & 1) {
|
||||
chainet[wnet] = 29;
|
||||
wnet++;
|
||||
}
|
||||
|
Reference in New Issue
Block a user