Closed jmjatlanta closed 6 years ago
Fix for #18
When displaying a list of options, one extra byte of memory is used before the reallocation. This fix reallocates once all bytes of the array are used.
Good catch, thanks! :)
Fix for #18
When displaying a list of options, one extra byte of memory is used before the reallocation. This fix reallocates once all bytes of the array are used.