| Summary: | opendir() from dirent.h doesn't work | ||
|---|---|---|---|
| Product: | SDL | Reporter: | 000whitedragon000 |
| Component: | *don't know* | Assignee: | Ryan C. Gordon <icculus> |
| Status: | RESOLVED INVALID | QA Contact: | Sam Lantinga <slouken> |
| Severity: | normal | ||
| Priority: | P2 | CC: | sezeroz |
| Version: | 2.0.8 | ||
| Hardware: | ARM | ||
| OS: | Android (All) | ||
|
Description
000whitedragon000
2018-07-02 23:34:25 UTC
Mercurial SDL update is: SDL-2.0.8-12019.zip from https://www.libsdl.org/hg.php tested better.. no compile error, just: DIR* dp = NULL; dp = opendir(dir); // dp IS NULL!! so definitively the bug is on opendir()! This shouldn't have anything to do with SDL. Closing as invalid. |