We are currently migrating Bugzilla to GitHub issues.
Any changes made to the bug tracker now will be lost, so please do not post new bugs or make changes to them.
When we're done, all bug URLs will redirect to their equivalent location on the new bug tracker.

Bug 4211 - opendir() from dirent.h doesn't work
Summary: opendir() from dirent.h doesn't work
Status: RESOLVED INVALID
Alias: None
Product: SDL
Classification: Unclassified
Component: *don't know* (show other bugs)
Version: 2.0.8
Hardware: ARM Android (All)
: P2 normal
Assignee: Ryan C. Gordon
QA Contact: Sam Lantinga
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2018-07-02 23:34 UTC by 000whitedragon000
Modified: 2018-08-01 15:40 UTC (History)
1 user (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description 000whitedragon000 2018-07-02 23:34:25 UTC
In Jun 14 update from Mercurial native readdir() from dirent.h doesn't work
Comment 1 000whitedragon000 2018-07-03 00:27:14 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()!
Comment 2 Ozkan Sezer 2018-08-01 15:40:31 UTC
This shouldn't have anything to do with SDL.  Closing as invalid.