Patch level :4.0 nuovo CD

Files correlati     :ve0 ve1
Ricompilazione Demo : [ ]
Commento            :sistemato problema cambio stato ed errore fatale in stampa docs con reports


git-svn-id: svn://10.65.10.50/trunk@14734 c028cbd2-c16b-5b4b-a496-9718f37d4682
This commit is contained in:
luca 2007-01-08 10:46:21 +00:00
parent 659e7276b6
commit 00f47d7800

View File

@ -471,7 +471,7 @@ bool TAVM::get_token(istream& instr, TString& str) const
else
{
instr.get(c);
while (!isspace(c) && c != EOF)
while (!isspace(c) && !instr.eof())
{
str << c;
instr.get(c);