Commit 0f64b352 authored by Dick Hollenbeck's avatar Dick Hollenbeck

PopReader return value

parent 40c7d81b
......@@ -108,7 +108,9 @@ bool DSNLEXER::PopReader()
// force a new readLine() as first thing.
limit = start;
next = start;
return true;
}
return false;
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment