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:
parent
659e7276b6
commit
00f47d7800
@ -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);
|
||||
|
Loading…
x
Reference in New Issue
Block a user