mirror of
https://git.code.sf.net/p/zint/code
synced 2025-12-20 03:17:12 +00:00
backend_tcl/zint_tcl.vcsproj: put ZINT_VERSION in general defines
and remove from individual .c files; rename include dirs "C:\myprograms\tcl9.0" -> "C:\Tcl" and lib dirs "C:\myprograms\tcl9.0\lib" -> "C:\Tcl\lib"; suppress some warnings backend_tcl/zint.c: suppress some warnings tools/update_version.php: update for "backend_tcl/zint_tcl.dsp" -> ".vcxproj" manual.pmd: backend_tcl: fix "require package" -> "package require" and explain "C:\Tcl" may need adjusting general: update copyright years in ".rc" files library: remove needless `eci` zeroing in `set_symbol_defaults()` and make `barcode_seg_funcs` initialization consistent (147 now)
This commit is contained in:
@@ -67,7 +67,7 @@ static void set_symbol_defaults(struct zint_symbol *symbol) {
|
||||
symbol->option_1 = -1;
|
||||
symbol->show_hrt = 1; /* Show human readable text */
|
||||
symbol->input_mode = DATA_MODE;
|
||||
symbol->eci = 0; /* Default 0 uses ECI 3 */
|
||||
/* symbol->eci = 0; Default 0 uses ECI 3 */
|
||||
symbol->dot_size = 0.8f; /* 0.4 / 0.5 */
|
||||
symbol->text_gap = 1.0f;
|
||||
symbol->guard_descent = 5.0f;
|
||||
@@ -607,7 +607,7 @@ static const barcode_seg_func_t barcode_seg_funcs[BARCODE_LAST + 1 - LIB_SEG_FUN
|
||||
NULL, NULL, NULL, NULL, NULL, /*130-134*/
|
||||
NULL, NULL, NULL, NULL, NULL, /*135-139*/
|
||||
NULL, codeone, gridmatrix, NULL, ultra, /*140-144*/
|
||||
rmqr, NULL, /*145-146*/
|
||||
rmqr, NULL, NULL, /*145-147*/
|
||||
};
|
||||
|
||||
static int reduced_charset(struct zint_symbol *symbol, struct zint_seg segs[], const int seg_count);
|
||||
|
||||
Reference in New Issue
Block a user