From 1f21d6bb132e30f756a38f90f1708561df8e738b Mon Sep 17 00:00:00 2001 From: Florian Stecker Date: Wed, 29 Nov 2017 09:49:01 +0100 Subject: [PATCH] idealbounds fix --- idealbounds.c | 1 + 1 file changed, 1 insertion(+) diff --git a/idealbounds.c b/idealbounds.c index fcd180d..f857fb3 100644 --- a/idealbounds.c +++ b/idealbounds.c @@ -46,6 +46,7 @@ int main(int argc, char *argv[]) printf("%d %d not found\n", i, dq->cosets[i].min->wordlength); if(dq->cosets[i].min->wordlength < minimum) minimum = dq->cosets[i].min->wordlength; + break; } else { printf("%d %d found\n", i, dq->cosets[i].min->wordlength); }