mirror of
https://github.com/zint/zint
synced 2024-11-16 20:57:25 +13:00
parent
90407bffce
commit
5ec95153a0
@ -737,7 +737,7 @@ int avoidReferenceGrid(int input) {
|
|||||||
}
|
}
|
||||||
|
|
||||||
/* Calculate the position of the bits in the grid */
|
/* Calculate the position of the bits in the grid */
|
||||||
void popilate_map() {
|
void populate_map() {
|
||||||
int layer, start, length, n, i;
|
int layer, start, length, n, i;
|
||||||
int x, y;
|
int x, y;
|
||||||
|
|
||||||
@ -903,6 +903,8 @@ int aztec(struct zint_symbol *symbol, unsigned char source[], int length) {
|
|||||||
}
|
}
|
||||||
break;
|
break;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
populate_map();
|
||||||
|
|
||||||
err_code = aztec_text_process(local_source, length, binary_string, gs1);
|
err_code = aztec_text_process(local_source, length, binary_string, gs1);
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user