mirror of
https://git.code.sf.net/p/zint/code
synced 2025-05-09 13:41:59 -04:00
height max 500 -> 2000 to allow for 44 row CODABLOCKF at 45X each
This commit is contained in:
parent
0b8c488853
commit
e8b59aa696
7 changed files with 37 additions and 36 deletions
|
@ -1018,7 +1018,7 @@ static int Encode(Tcl_Interp *interp, int objc,
|
|||
}
|
||||
break;
|
||||
case iHeight:
|
||||
if ((float)doubleValue < 0.5f || (float)doubleValue > 1000.0f) {
|
||||
if ((float)doubleValue < 0.5f || (float)doubleValue > 2000.0f) {
|
||||
Tcl_SetObjResult(interp,
|
||||
Tcl_NewStringObj("Height out of range", -1));
|
||||
fError = 1;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue