mirror of
https://github.com/etlegacy/Update-Installer.git
synced 2025-01-22 15:31:08 +00:00
Add missing variable initialization in Dir class
This commit is contained in:
parent
a2ea1841b3
commit
887619f239
1 changed files with 1 additions and 0 deletions
|
@ -21,6 +21,7 @@ Dir::Dir(const char* path)
|
|||
|
||||
#ifdef PLATFORM_UNIX
|
||||
m_dir = opendir(path);
|
||||
m_entry = 0;
|
||||
#else
|
||||
// to list the contents of a directory, the first
|
||||
// argument to FindFirstFile needs to be a wildcard
|
||||
|
|
Loading…
Reference in a new issue