mirror of
https://github.com/zint/zint
synced 2024-11-16 20:57:25 +13:00
Fix typo in mixed mode string
Bug report by Milton Neil
This commit is contained in:
parent
cddf469ac6
commit
726fb64c02
@ -37,7 +37,7 @@
|
||||
#define GM_BYTE 6
|
||||
#define GM_CHINESE 7
|
||||
|
||||
#define EUROPIUM "0123456789ABCDEFGHIJKLMOPRSTUVWXYZabcdefghijklmnopqrstuvwxyz "
|
||||
#define EUROPIUM "0123456789ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz "
|
||||
|
||||
static const char shift_set[] = {
|
||||
/* From Table 7 - Encoding of control characters */
|
||||
|
Loading…
Reference in New Issue
Block a user