finished implementing the initial ini-format reader.
added qse_xli_readinistd()
This commit is contained in:
@ -67,7 +67,7 @@ const qse_char_t* qse_xli_dflerrstr (
|
||||
QSE_T("illegal value for '${0}'"),
|
||||
QSE_T("no value for '${0}'"),
|
||||
QSE_T("uncomplying number of string segments for '${0}'"),
|
||||
QSE_T("section tag expected in place of '${0}'"),
|
||||
QSE_T("section tag expected in place of '${0}'")
|
||||
};
|
||||
|
||||
return (errnum >= 0 && errnum < QSE_COUNTOF(errstr))?
|
||||
|
Reference in New Issue
Block a user