Command Line INterpreter with fixes
This commit is contained in:
parent
32c7512b69
commit
58db6fe058
14 changed files with 384 additions and 95 deletions
|
|
@ -168,7 +168,7 @@ namespace tp {
|
|||
String extractVal() {
|
||||
auto crs = getCursorPrev();
|
||||
String out;
|
||||
out.resize(mLastTokLen + 1);
|
||||
out.resize(mLastTokLen);
|
||||
memCopy(out.write(), crs.str(), mLastTokLen);
|
||||
return out;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue