Fixed warning messages

This commit is contained in:
pagefault
2001-04-22 21:51:24 +00:00
parent 316131d78a
commit b6b4556175

View File

@@ -190,7 +190,7 @@ DWORD ZFileRMDir()
DWORD ZFileGetDir()
{
return(getcwd(DirName,128));
return (DWORD) (getcwd(DirName,128));
}
BYTE * ZFileFindPATH;