mirror of
https://git.code.sf.net/p/zint/code
synced 2025-05-21 18:55:11 -04:00
Add GS1data support to QR Code
This commit is contained in:
parent
0c1dc1bb5f
commit
17c504e724
1 changed files with 1 additions and 0 deletions
|
@ -378,6 +378,7 @@ int gs1_compliant(int symbology)
|
||||||
case BARCODE_CODABLOCKF:
|
case BARCODE_CODABLOCKF:
|
||||||
case BARCODE_CODEONE:
|
case BARCODE_CODEONE:
|
||||||
case BARCODE_CODE49:
|
case BARCODE_CODE49:
|
||||||
|
case BARCODE_QRCODE:
|
||||||
result = 1;
|
result = 1;
|
||||||
break;
|
break;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue