mirror of
https://git.code.sf.net/p/zint/code
synced 2025-05-29 06:15:23 -04:00
Fix typo in mixed mode string
Bug report by Milton Neil
This commit is contained in:
parent
cddf469ac6
commit
726fb64c02
1 changed files with 1 additions and 1 deletions
|
@ -37,7 +37,7 @@
|
||||||
#define GM_BYTE 6
|
#define GM_BYTE 6
|
||||||
#define GM_CHINESE 7
|
#define GM_CHINESE 7
|
||||||
|
|
||||||
#define EUROPIUM "0123456789ABCDEFGHIJKLMOPRSTUVWXYZabcdefghijklmnopqrstuvwxyz "
|
#define EUROPIUM "0123456789ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz "
|
||||||
|
|
||||||
static const char shift_set[] = {
|
static const char shift_set[] = {
|
||||||
/* From Table 7 - Encoding of control characters */
|
/* From Table 7 - Encoding of control characters */
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue