projects
/
reactos.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f586d22
)
simple fix for 'del foo' where foo is a folder.
author
Brandon Turner
<turnerb7@msu.edu>
Sun, 11 Sep 2005 20:26:36 +0000
(20:26 +0000)
committer
Brandon Turner
<turnerb7@msu.edu>
Sun, 11 Sep 2005 20:26:36 +0000
(20:26 +0000)
svn path=/trunk/; revision=17807
reactos/subsys/system/cmd/del.c
patch
|
blob
|
history
diff --git
a/reactos/subsys/system/cmd/del.c
b/reactos/subsys/system/cmd/del.c
index
35a240d
..
5e2d758
100644
(file)
--- a/
reactos/subsys/system/cmd/del.c
+++ b/
reactos/subsys/system/cmd/del.c
@@
-201,7
+201,7
@@
DeleteFiles(LPTSTR FileName, DWORD* dwFlags, DWORD dwAttrFlags)
}
}
- GetFullPathName (FileName,
+ GetFullPathName (
sz
FileName,
MAX_PATH,
szFullPath,
&pFilePart);