mirror of
https://git.code.sf.net/p/zint/code
synced 2025-05-24 20:14:28 -04:00
gs1.c: Allow 0-length AI data if GS1NOCHECK_MODE, props codemonkey82 (#204)
This commit is contained in:
parent
9229634826
commit
86c15741d8
5 changed files with 128 additions and 119 deletions
|
@ -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 */
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue