PopReader return value
This commit is contained in:
parent
40c7d81bbd
commit
0f64b35234
|
@ -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;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue