PopReader return value

This commit is contained in:
Dick Hollenbeck 2010-10-05 09:57:12 -05:00
parent 40c7d81bbd
commit 0f64b35234
1 changed files with 2 additions and 0 deletions

View File

@ -108,7 +108,9 @@ bool DSNLEXER::PopReader()
// force a new readLine() as first thing. // force a new readLine() as first thing.
limit = start; limit = start;
next = start; next = start;
return true;
} }
return false;
} }