Closed dwzg closed 4 years ago
The sizeof operator returns number of chars + \0, but remove_string() expects only number of characters
I should've caught that, given I wrote the REMOVE_CONST_STRING macro in the first place. Thanks for catching this.
The sizeof operator returns number of chars + \0, but remove_string() expects only number of characters