simple fix for 'del foo' where foo is a folder.
Modified: trunk/reactos/subsys/system/cmd/del.c

Modified: trunk/reactos/subsys/system/cmd/del.c
--- trunk/reactos/subsys/system/cmd/del.c	2005-09-11 20:16:37 UTC (rev 17806)
+++ trunk/reactos/subsys/system/cmd/del.c	2005-09-11 20:26:36 UTC (rev 17807)
@@ -201,7 +201,7 @@
 	        }
 	}
 
-        GetFullPathName (FileName,
+        GetFullPathName (szFileName,
                          MAX_PATH,
                          szFullPath,
                          &pFilePart);