projects
/
reactos.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
[IPCONFIG]
[reactos.git]
/
reactos
/
base
/
applications
/
network
/
ftp
/
cmds.c
diff --git
a/reactos/base/applications/network/ftp/cmds.c
b/reactos/base/applications/network/ftp/cmds.c
index
5a7aa76
..
5b48982
100644
(file)
--- a/
reactos/base/applications/network/ftp/cmds.c
+++ b/
reactos/base/applications/network/ftp/cmds.c
@@
-1309,7
+1309,7
@@
void shell(int argc, const char *argv[])
for (i=1; i<argc; i++)
{
strncat(CmdLine, " ", MAX_PATH - strlen(CmdLine) - 1);
- strncat(CmdLine, argv[i], MAX_PATH - strlen(CmdLine) -1);
+ strncat(CmdLine, argv[i], MAX_PATH - strlen(CmdLine) -
1);
}
StartupInfo.cb = sizeof( StartupInfo );