mirror of
https://github.com/reactos/reactos.git
synced 2025-02-24 09:25:10 +00:00
removed unnecessary commented out lines
svn path=/trunk/; revision=7569
This commit is contained in:
parent
ad4a39e88a
commit
fecf52f44e
1 changed files with 0 additions and 4 deletions
|
@ -107,10 +107,8 @@ static BOOL argifyA(char* out, int len, const char* fmt, const char* lpFile, LPI
|
|||
}
|
||||
else
|
||||
{
|
||||
/* *res++ = '"'; */
|
||||
while(*args && !isspace(*args))
|
||||
*res++ = *args++;
|
||||
/* *res++ = '"'; */
|
||||
|
||||
while(isspace(*args))
|
||||
++args;
|
||||
|
@ -135,10 +133,8 @@ static BOOL argifyA(char* out, int len, const char* fmt, const char* lpFile, LPI
|
|||
}
|
||||
else
|
||||
{
|
||||
/* *res++ = '"'; */
|
||||
strcpy(res, cmd);
|
||||
res += strlen(cmd);
|
||||
/* *res++ = '"'; */
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue