From e857437949c35dbe4a197dac114f6c276332385b Mon Sep 17 00:00:00 2001 From: Hugo Teso Date: Wed, 12 Apr 2017 12:29:06 +0200 Subject: [PATCH] Should fix #127. Though I notice no difference. --- src/qrcore.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/src/qrcore.cpp b/src/qrcore.cpp index ee7e0240..dc9de681 100644 --- a/src/qrcore.cpp +++ b/src/qrcore.cpp @@ -881,6 +881,7 @@ void QRCore::setSettings() config("asm.tabsonce", "true"); config("asm.tabsoff", "5"); config("asm.nbytes", "10"); + config("asm.midflags", "2"); //config("asm.bbline", "true"); config("anal.hasnext", "true");