mirror of
https://github.com/reactos/reactos.git
synced 2026-06-04 18:30:41 +08:00
just fixed a stupid bug
svn path=/trunk/; revision=806
This commit is contained in:
@@ -64,7 +64,7 @@ INT cmd_type (LPTSTR cmd, LPTSTR param)
|
||||
|
||||
argv = split (param, &argc);
|
||||
|
||||
for (i = 1; i < argc; i++)
|
||||
for (i = 0; i < argc; i++)
|
||||
{
|
||||
hFind=FindFirstFile(argv[i],&FindData);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user