mirror of
https://git.code.sf.net/p/zint/code
synced 2025-05-09 13:41:59 -04:00
back-merged
This commit is contained in:
parent
6413351fd6
commit
d8330f5d96
13 changed files with 37 additions and 34 deletions
|
@ -65,7 +65,7 @@ int getsubmode(char input) {
|
|||
|
||||
/* Calculate the approximate length of the binary string */
|
||||
static int calculate_binlength(char mode[], int source[], const size_t length, int eci) {
|
||||
int i;
|
||||
size_t i;
|
||||
char lastmode = 't';
|
||||
int est_binlen = 0;
|
||||
int submode = 1;
|
||||
|
@ -226,7 +226,7 @@ int isFourByte(int glyph, int glyph2) {
|
|||
|
||||
/* Calculate mode switching */
|
||||
static void hx_define_mode(char mode[], int source[], const size_t length) {
|
||||
int i;
|
||||
size_t i;
|
||||
char lastmode = 't';
|
||||
int done;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue