mirror of
https://github.com/zint/zint
synced 2024-11-16 20:57:25 +13:00
Allow GS1 mode in Ultracode symbols
This commit is contained in:
parent
0628e3ee4d
commit
92cfd65b56
@ -1,7 +1,7 @@
|
|||||||
/* library.c - external functions of libzint
|
/* library.c - external functions of libzint
|
||||||
|
|
||||||
libzint - the open source barcode library
|
libzint - the open source barcode library
|
||||||
Copyright (C) 2009-2019 Robin Stuart <rstuart114@gmail.com>
|
Copyright (C) 2009 - 2020 Robin Stuart <rstuart114@gmail.com>
|
||||||
|
|
||||||
Redistribution and use in source and binary forms, with or without
|
Redistribution and use in source and binary forms, with or without
|
||||||
modification, are permitted provided that the following conditions
|
modification, are permitted provided that the following conditions
|
||||||
@ -410,6 +410,7 @@ static int gs1_compliant(const int symbology) {
|
|||||||
case BARCODE_QRCODE:
|
case BARCODE_QRCODE:
|
||||||
case BARCODE_DOTCODE:
|
case BARCODE_DOTCODE:
|
||||||
case BARCODE_RMQR:
|
case BARCODE_RMQR:
|
||||||
|
case BARCODE_ULTRA:
|
||||||
result = 1;
|
result = 1;
|
||||||
break;
|
break;
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user