-
- Downloads
iniGet[Existing]String was not returning the trimmed value (stored in the value
buffer, when supplied). Now, when a value buffer (non-NULL pointer) is supplied, we return a pointer to that buffer instead of the value in the string list (which is not trimmed). This was introduced in rev 1.120 (July 2011) as part of an optimization (optional value buffers). iniReadString() was not affected.
Please register or sign in to comment