There was the wrong file handle in a call to FindClose().

svn path=/trunk/; revision=2178
This commit is contained in:
Hartmut Birr 2001-08-16 10:07:42 +00:00
parent 3869ce90e5
commit 73cbc9cc37

View file

@ -102,7 +102,7 @@ INT cmd_type (LPTSTR cmd, LPTSTR param)
}
while(FindNextFile(hFind,&FindData));
FindClose(hFile);
FindClose(hFind);
}
/*