cleanup, Locator fix and self-test
This commit is contained in:
parent
ca60d08621
commit
7650786fb5
5 changed files with 329 additions and 257 deletions
|
@ -118,6 +118,7 @@ public:
|
|||
throw ZT_EXCEPTION_OUT_OF_BOUNDS;
|
||||
}
|
||||
_s[l++] = *s;
|
||||
++s;
|
||||
}
|
||||
_s[l] = 0;
|
||||
_l = (uint8_t)l;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue