>From 7182ca771b249e7288b73ebdb9610327379c0a73 Mon Sep 17 00:00:00 2001 From: magnum Date: Wed, 6 Jun 2012 17:29:43 +0200 Subject: [PATCH] wordlist.c: Wrong label kept after merging (EndOfFile vs next_rule) --- src/wordlist.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/wordlist.c b/src/wordlist.c index a49f793..4a982e0 100644 --- a/src/wordlist.c +++ b/src/wordlist.c @@ -511,7 +511,7 @@ MEM_MAP_LOAD:; if (!pIPC || pIPC->n == 0) { pipe_input = 0; /* We are now done. After processing, do NOT goto the GRAB_NEXT... again */ shutdown_sharedmem(); - goto EndOfFile; + goto next_rule; } else { int i; nWordFileLines = pIPC->n; -- 1.7.9.5