Skip to content
  • rswindell's avatar
    iniGet[Existing]String was not returning the trimmed value (stored in the value · c4fdaddd
    rswindell authored
    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.
    c4fdaddd