mirror of
https://git.code.sf.net/p/zint/code
synced 2025-12-21 20:07:06 +00: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