finished implementing the initial ini-format reader.

added qse_xli_readinistd()
This commit is contained in:
2015-08-31 13:31:30 +00:00
parent 7cda6152f3
commit 9532597507
8 changed files with 174 additions and 64 deletions

View File

@ -413,7 +413,7 @@ static int xli_main (int argc, qse_char_t* argv[])
in.u.file.path = g_input_file;
in.u.file.cmgr = g_infile_cmgr;
if (qse_xli_readstd (xli, &in) <= -1)
if (qse_xli_readinistd (xli, &in) <= -1)
{
const qse_xli_loc_t* errloc;