mirror of
https://git.code.sf.net/p/zint/code
synced 2025-05-28 05:54:19 -04:00
Remove superfluous code
This commit is contained in:
parent
bfb4d3284b
commit
63a252a573
6 changed files with 0 additions and 29 deletions
|
@ -57,8 +57,6 @@ int plessey(struct zint_symbol *symbol, unsigned char source[], int length) {
|
|||
char dest[1024]; /* 8 + 65 * 8 + 8 * 2 + 9 + 1 ~ 1024 */
|
||||
int error_number;
|
||||
|
||||
error_number = 0;
|
||||
|
||||
if (length > 65) {
|
||||
strcpy(symbol->errtxt, "Input too long (C70)");
|
||||
return ZINT_ERROR_TOO_LONG;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue