mirror of
https://github.com/zint/zint
synced 2024-11-16 20:57:25 +13:00
Include terminator in esc processed string
Attempts to fix #89 reported by Matt Johnson
This commit is contained in:
parent
670000b7ea
commit
782a3a6f39
@ -874,6 +874,7 @@ int escape_char_process(struct zint_symbol *symbol, unsigned char *input_string,
|
||||
} while (in_posn < *length);
|
||||
|
||||
memcpy(input_string, escaped_string, out_posn);
|
||||
input_string[out_posn] = '\0';
|
||||
*length = out_posn;
|
||||
|
||||
error_number = 0;
|
||||
|
Loading…
Reference in New Issue
Block a user