docs/fscrawl: read does not close anymore
This commit is contained in:
parent
9378c5824e
commit
8be6c69e97
1 changed files with 1 additions and 1 deletions
|
|
@ -42,7 +42,7 @@ Functions
|
||||||
`fsc_read()`::
|
`fsc_read()`::
|
||||||
|
|
||||||
Reads one entry from `fscrawl_t` and returns it. +
|
Reads one entry from `fscrawl_t` and returns it. +
|
||||||
If the traversal is completed. the function closes `fscrawl_t` and returns `NULL`.
|
If the traversal is completed `NULL` is returned.
|
||||||
+
|
+
|
||||||
NOTE: if you need to safe the `fs_entry` structure this function returns, make a call to `fsc_cpy()` +
|
NOTE: if you need to safe the `fs_entry` structure this function returns, make a call to `fsc_cpy()` +
|
||||||
otherwise you data will be overwritten by further calls to `fsc_read()`.
|
otherwise you data will be overwritten by further calls to `fsc_read()`.
|
||||||
|
|
|
||||||
Reference in a new issue