mirror of
https://git.code.sf.net/p/zint/code
synced 2025-05-25 12:34:24 -04: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:
parent
b0c30489ec
commit
0004cfb35a
21 changed files with 620 additions and 599 deletions
|
@ -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) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue