mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-08-29 12:23:30 +00:00
removed unnecessary commented out lines
svn path=/trunk/; revision=7569
This commit is contained in:
@@ -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++ = '"'; */
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user