mirror of
https://github.com/zint/zint
synced 2024-11-16 20:57:25 +13:00
Corrected reed-solomon/Data Matrix bug
This commit is contained in:
@ -91,6 +91,7 @@ void rs_error(char data_pattern[])
|
||||
{
|
||||
concat(data_pattern, AusBarTable[(int)result[reader - 1]]);
|
||||
}
|
||||
rs_free();
|
||||
}
|
||||
|
||||
int australia_post(struct zint_symbol *symbol, unsigned char source[])
|
||||
|
Reference in New Issue
Block a user