mirror of
https://github.com/zint/zint
synced 2024-11-16 20:57:25 +13:00
gs1.c: Allow 0-length AI data if GS1NOCHECK_MODE, props codemonkey82 (#204)
This commit is contained in:
@ -52,7 +52,7 @@ extern "C" {
|
||||
int rotation; /* 0, 90, 180, 270 degrees */
|
||||
struct zint_vector_hexagon *next; /* Pointer to next hexagon */
|
||||
};
|
||||
|
||||
|
||||
struct zint_vector_string {
|
||||
float x, y; /* x, y position relative to halign */
|
||||
float fsize; /* Font size */
|
||||
|
Reference in New Issue
Block a user