config: don't default to ERR_CFG_SEE_ERRNO on errors
The value of -1 is not really appropriate in many cases, since it corresponds to ERR_CFG_SEE_ERRNO but errno is not always set. Let's use a distinct error code.
Loading
Please register or sign in to comment