mirror of
https://github.com/reactos/reactos.git
synced 2025-08-03 13:35:47 +00:00
just fixed a stupid bug
svn path=/trunk/; revision=806
This commit is contained in:
parent
b72dc46819
commit
d2c016b5ab
1 changed files with 1 additions and 1 deletions
|
@ -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);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue