@@ -87,7 +87,7 @@ void FioReadBlock(void *ptr, uint size)
static inline void FioCloseFile(int slot)
{
if (_fio.handles[slot] != NULL) {
fclose(_fio.handles[slot]);
_fio.handles[slot] = NULL;
}
The note is not visible to the blocked user.