enhanced the xli reader to recognize some other line termination conventions than a single LF.

added more code to the upcoming ini-style format reader
This commit is contained in:
2015-08-30 03:11:54 +00:00
parent e8fb5c1948
commit 63ecef90a0
4 changed files with 256 additions and 77 deletions

View File

@ -334,6 +334,7 @@ struct qse_xli_io_arg_t
qse_char_t buf[1024];
qse_size_t pos;
qse_size_t len;
int state;
} b;
qse_size_t line;