Javier Leal Cortés
Javier Leal Cortés
Maybe it's something to do with the item condition? If that's the case, when negative it shouldn't be "more" negative
This PR allows to convert an arbitrary table to a string without losing type information. Booleans are codified with special ASCII values and numeric values are codified as a string....
In the function c0_string_compare you are comparing the text pointer value before the length. You could have 2 strings pointing to the same text pointer but with different lengths.