mirror of
https://github.com/zint/zint
synced 2024-11-16 20:57:25 +13:00
Change symbol names e.g. RSS > GS-1 DataBar
Preserves old names in zint.h to retain backwards compatability.
This commit is contained in:
@ -241,7 +241,7 @@ INTERNAL int is_extendable(const int symbology) {
|
||||
|
||||
/* Indicates which symbols can have composite 2D component data */
|
||||
INTERNAL int is_composite(int symbology) {
|
||||
return symbology >= BARCODE_EANX_CC && symbology <= BARCODE_RSS_EXPSTACK_CC;
|
||||
return symbology >= BARCODE_EANX_CC && symbology <= BARCODE_DBAR_EXPSTK_CC;
|
||||
}
|
||||
|
||||
INTERNAL int istwodigits(const unsigned char source[], const int length, const int position) {
|
||||
|
Reference in New Issue
Block a user