mirror of
https://git.code.sf.net/p/zint/code
synced 2025-12-17 18:07:02 +00:00
Include terminator in esc processed string
Attempts to fix #89 reported by Matt Johnson
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user