mirror of
https://github.com/glest/glest-source.git
synced 2025-08-19 06:31:19 +02:00
- a few code cleanup items while doing some testing in VC++ 2010
This commit is contained in:
@@ -105,7 +105,7 @@ void* ftpOpenDir(const char* path)
|
||||
const char* ftpReadDir(void* dirHandle)
|
||||
{
|
||||
WIN32_FIND_DATA findData;
|
||||
readDir_S* p = dirHandle;
|
||||
readDir_S* p = (readDir_S *)dirHandle;
|
||||
|
||||
if(dirHandle == NULL)
|
||||
return NULL;
|
||||
|
Reference in New Issue
Block a user