From d94bf2fd62848591dd79307915216cc589fae5c5 Mon Sep 17 00:00:00 2001 From: Justin Viiret Date: Fri, 9 Jun 2017 16:29:56 +1000 Subject: [PATCH] fdr_confirm_compile: wrap comment --- src/fdr/fdr_confirm_compile.cpp | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/src/fdr/fdr_confirm_compile.cpp b/src/fdr/fdr_confirm_compile.cpp index e9ec9dcf..b05d24a8 100644 --- a/src/fdr/fdr_confirm_compile.cpp +++ b/src/fdr/fdr_confirm_compile.cpp @@ -170,7 +170,9 @@ bytecode_ptr getFDRConfirm(const vector &lits, if (!make_confirm) { flags = FDRC_FLAG_NO_CONFIRM; if (lits[0].noruns) { - flags |= FDRC_FLAG_NOREPEAT; // messy - need to clean this up later as flags is sorta kinda obsoleted + // messy - need to clean this up later as flags is sorta kinda + // obsoleted + flags |= FDRC_FLAG_NOREPEAT; } mult = 0; soleLitSize = lits[0].s.size() - 1;