diff --git a/backend/pdf417.c b/backend/pdf417.c index 62ea50a8..1ead790f 100644 --- a/backend/pdf417.c +++ b/backend/pdf417.c @@ -815,9 +815,9 @@ int pdf417(struct zint_symbol *symbol, unsigned char chaine[], int length) { set_module(symbol, i, loop); } } - if (symbol->height == 0) { - symbol->row_height[i] = 3; - } + + symbol->row_height[i] = 3; + } symbol->rows = (mclength / symbol->option_2); symbol->width = strlen(pattern);