mirror of
https://git.code.sf.net/p/zint/code
synced 2025-05-09 13:41:59 -04:00
Re last commit, keep line length <= 118.
This commit is contained in:
parent
b423e260b9
commit
8c09123d8b
1 changed files with 2 additions and 1 deletions
|
@ -246,7 +246,8 @@ static int dx_parse_code(struct zint_symbol *symbol, const unsigned char *source
|
|||
|
||||
*output_length = bp;
|
||||
|
||||
if (raw_text && rt_printf_256(symbol, (*has_frame_info ? "%d-%d%s%s" : "%d-%d"), dx_code_1, dx_code_2, "/", frame_info)) {
|
||||
if (raw_text && rt_printf_256(symbol, (*has_frame_info ? "%d-%d%s%s" : "%d-%d"), dx_code_1, dx_code_2, "/",
|
||||
frame_info)) {
|
||||
return ZINT_ERROR_MEMORY; /* `rt_printf_256()` only fails with OOM */
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue