1
0
mirror of https://git.code.sf.net/p/zint/code synced 2026-08-09 14:58:54 +00:00

Add GS1data support to QR Code

This commit is contained in:
hooper114
2009-08-10 22:33:53 +00:00
parent 0c1dc1bb5f
commit 17c504e724
+1
View File
@@ -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;
} }