mirror of
https://git.code.sf.net/p/zint/code
synced 2026-01-07 20:17:06 +00: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