1
0
mirror of https://git.code.sf.net/p/zint/code synced 2025-12-18 10:27:09 +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

View File

@@ -378,6 +378,7 @@ int gs1_compliant(int symbology)
case BARCODE_CODABLOCKF:
case BARCODE_CODEONE:
case BARCODE_CODE49:
case BARCODE_QRCODE:
result = 1;
break;
}