mirror of
https://git.code.sf.net/p/zint/code
synced 2025-05-27 21:44:13 -04:00
communication--
This commit is contained in:
parent
2dd4f31da4
commit
8bdb2e28a4
1 changed files with 0 additions and 6 deletions
|
@ -57,12 +57,6 @@ int gs1_verify(struct zint_symbol *symbol, unsigned char source[], char reduced[
|
|||
int ai_value[100], ai_location[100], ai_count, data_location[100], data_length[100];
|
||||
int error_latch;
|
||||
|
||||
/* remove the following to make this code work */
|
||||
read_this = NOW;
|
||||
|
||||
/* BogDan... Happy New Year! I've been trying to contact you but can't get through!
|
||||
the message keeps bouncing back to me. I've put a message on the developers forum on SF instead */
|
||||
|
||||
/* Detect extended ASCII characters */
|
||||
for(i = 0; i < ustrlen(source); i++) {
|
||||
if(source[i] >=128) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue