TODO : use the size parameter for use disp in read mode.

This commit is contained in:
Lailouezzz 2020-01-06 17:57:32 +01:00
parent a706dcd431
commit 5b65055714
Signed by: Lailouezzz
GPG Key ID: 03FCE8A99EF8482C
1 changed files with 1 additions and 0 deletions

View File

@ -357,6 +357,7 @@ int CASIO_EXPORT casio_seven_open_data_stream(casio_stream_t **stream,
msg((ll_info, "The data stream is a read one."));
mode = CASIO_OPENMODE_READ;
/* TODO : use the size parameter for use disp in read mode. */
cookie->_read = 1;
cookie->_id = 0;
cookie->_total = 0;