-
- Downloads
String.Buffer: Improved robustness in add().
The argument checking in add() was broken for the case where the buffer wasn't empty. Note that the similar code in addat() is correct.
Loading
Please register or sign in to comment
The argument checking in add() was broken for the case where the buffer wasn't empty. Note that the similar code in addat() is correct.