mirror of
https://github.com/zint/zint
synced 2024-11-16 20:57:25 +13:00
Removed old Data Matrix standards
Removed Data Matrix ECC 000 to 140 because (a) they don't work properly and (b) nobody uses them anyway! Also removed some ghosts of Codablock-F - there are some more to find.
This commit is contained in:
@ -158,9 +158,6 @@ int escape_char_process(struct zint_symbol *my_symbol, unsigned char input_strin
|
||||
j++;
|
||||
} while (i < length);
|
||||
escaped_string[j] = '\0';
|
||||
|
||||
printf("Input: %s\n", input_string);
|
||||
printf("Output:%s\n", escaped_string);
|
||||
|
||||
error_number = ZBarcode_Encode(my_symbol, escaped_string, j);
|
||||
|
||||
|
Reference in New Issue
Block a user