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:
@ -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;
|
||||
|
Reference in New Issue
Block a user