mirror of
https://git.code.sf.net/p/zint/code
synced 2025-05-29 06:15:23 -04:00
Allow FNC1 to be implied by mode character in Code 16k and pass reduced string of correct signedness
This commit is contained in:
parent
9b569c8717
commit
c6728f4c17
4 changed files with 41 additions and 6 deletions
|
@ -19,4 +19,5 @@
|
|||
51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
|
||||
*/
|
||||
|
||||
int gs1_verify(struct zint_symbol *symbol, unsigned char source[], char reduced[]);
|
||||
int gs1_verify(struct zint_symbol *symbol, unsigned char source[], char reduced[]);
|
||||
int ugs1_verify(struct zint_symbol *symbol, unsigned char source[], unsigned char reduced[]);
|
Loading…
Add table
Add a link
Reference in a new issue