changeset 201:36069ac5b0d2 misc

spellnames: Bugfix for certain misdetections of spell name.
author Matti Hamalainen <ccr@tnsp.org>
date Tue, 29 Mar 2011 17:21:56 +0300
parents fb8a0390158b
children dde1b2712132
files spellnames.pl
diffstat 1 files changed, 3 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/spellnames.pl	Sat Mar 26 15:14:54 2011 +0200
+++ b/spellnames.pl	Tue Mar 29 17:21:56 2011 +0300
@@ -50,6 +50,9 @@
       $spells{$sp_words} = $sp_name;
       $sp_flag = 0;
     }
+  } else
+  {
+    $sp_flag = 0;
   }
 }