Kazz'arola che mandava in loop la read_paragraph su file nuovo

git-svn-id: svn://10.65.10.50/trunk@3025 c028cbd2-c16b-5b4b-a496-9718f37d4682
This commit is contained in:
villa 1996-06-19 08:47:46 +00:00
parent 5c0d1e5bf3
commit 98dfd76db8

@ -61,7 +61,7 @@ TString& TScanner::line(
_line++;
_token << __tmp_string;
_token.trim();
} while (_token.empty() && !eof());
} while (_token.empty() && good());
_pushed = FALSE;