mirror of
https://github.com/zint/zint
synced 2024-11-16 20:57:25 +13:00
vector.c: string halign; POSTNET/PLANET: 1 module space; ZBarcode_Cap(); GUI settings
This commit is contained in:
@ -138,7 +138,7 @@ static int in_alpha(const unsigned int jisdata[], const size_t length, const uns
|
||||
#define QR_B 2 /* Byte */
|
||||
#define QR_K 3 /* Kanji */
|
||||
|
||||
static const char mode_types[] = { 'N', 'A', 'B', 'K', }; /* Must be in same order as QR_N etc */
|
||||
static const char mode_types[] = { 'N', 'A', 'B', 'K', '\0' }; /* Must be in same order as QR_N etc */
|
||||
|
||||
#define QR_NUM_MODES 4
|
||||
|
||||
|
Reference in New Issue
Block a user