cxong / tinydir

Lightweight, portable and easy to integrate C directory and file reader

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

tinydir_file_open not works on win7

sergw opened this issue · comments

Always returns -1 because of checking errno inside function.

Example: https://github.com/staticlibs/staticlib_tinydir/blob/1.2.0/src/path.cpp#L176