mirror of
https://github.com/reactos/reactos.git
synced 2026-07-05 16:44:24 +08:00
simple fix for 'del foo' where foo is a folder.
svn path=/trunk/; revision=17807
This commit is contained in:
@@ -201,7 +201,7 @@ DeleteFiles(LPTSTR FileName, DWORD* dwFlags, DWORD dwAttrFlags)
|
||||
}
|
||||
}
|
||||
|
||||
GetFullPathName (FileName,
|
||||
GetFullPathName (szFileName,
|
||||
MAX_PATH,
|
||||
szFullPath,
|
||||
&pFilePart);
|
||||
|
||||
Reference in New Issue
Block a user