mirror of
https://git.code.sf.net/p/zint/code
synced 2025-05-31 23:28:27 -04:00
parent
c55340f4f3
commit
670000b7ea
1 changed files with 1 additions and 1 deletions
|
@ -1245,7 +1245,7 @@ int ZBarcode_Print(struct zint_symbol *symbol, int rotate_angle) {
|
|||
|
||||
if (error_number == ZINT_ERROR_INVALID_OPTION) {
|
||||
/* If libpng is not installed */
|
||||
strcpy(symbol->errtxt, "227: Unknown output format");
|
||||
strcpy(symbol->errtxt, "227: No PNG support - compile with libpng-devel to resolve");
|
||||
}
|
||||
|
||||
error_tag(symbol->errtxt, error_number);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue