mirror of
https://git.code.sf.net/p/zint/code
synced 2025-12-17 18:07:02 +00:00
zint.h: add version string, mention "manual.html" and website
README: mention "manual.html" tools/update_version.php: update for "zint.h" version, README year test suite: fix some clang-tidy-20 warnings
This commit is contained in:
@@ -168,7 +168,7 @@ static int c128_cost(const unsigned char source[], const int length, const int i
|
||||
const int cset = priority[p];
|
||||
if (C128_C0C1(cset)) {
|
||||
if (can_c && (!manuals[i] || manuals[i] == C128_C0)) {
|
||||
const int incr = is_fnc1 ? 1 : 2;
|
||||
const int incr = 2 - is_fnc1;
|
||||
int mode = prior_cset;
|
||||
int cost = 1;
|
||||
if (prior_cset != cset) {
|
||||
|
||||
Reference in New Issue
Block a user