fixed infinite loops after includes and at eof

git-svn-id: svn://svn.code.sf.net/p/magicseteditor/code/trunk@32 0fc631ac-6414-0410-93d0-97cfa31319b6
This commit is contained in:
twanvl
2006-10-19 14:09:50 +00:00
parent 89aa0254ab
commit 301594c165
2 changed files with 7 additions and 1 deletions
+1
View File
@@ -114,6 +114,7 @@ class Reader {
if (key == _("include_file")) {
Reader reader(value);
reader.handle(v);
moveNext();
} else {
unknownKey();
}