mirror of
https://github.com/zint/zint
synced 2024-11-16 20:57:25 +13:00
QROCDE/UPNQR: add FAST_MODE (try 4 not 8 masks automatically)
This commit is contained in:
@ -33,7 +33,9 @@
|
||||
#include "test_sjis_tab.h"
|
||||
#include "../eci.h"
|
||||
/* For local "private" testing using previous libiconv adaptation, not included for licensing reasons */
|
||||
/* #define TEST_JUST_SAY_GNO */
|
||||
#if 0
|
||||
#define TEST_JUST_SAY_GNO
|
||||
#endif
|
||||
#ifdef TEST_JUST_SAY_GNO
|
||||
#include "../just_say_gno/sjis_gnu.c"
|
||||
#endif
|
||||
@ -127,7 +129,6 @@ static void test_u_sjis_int(const testCtx *const p_ctx) {
|
||||
continue;
|
||||
}
|
||||
if (testContinue(p_ctx, i)) continue;
|
||||
|
||||
val = val2 = 0;
|
||||
ret = u_sjis_int_test(i, &val);
|
||||
ret2 = u_sjis_int2(i, &val2);
|
||||
|
Reference in New Issue
Block a user