- a few code cleanup items while doing some testing in VC++ 2010

This commit is contained in:
Mark Vejvoda
2012-04-17 19:42:53 +00:00
parent aa831dbb61
commit 329bb58b04
9 changed files with 14 additions and 13 deletions

View File

@@ -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;