mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-09-01 04:13:35 +00:00
fix escape removal
svn path=/trunk/; revision=17953
This commit is contained in:
@@ -72,7 +72,6 @@ INT cmd_set (LPTSTR cmd, LPTSTR param)
|
||||
if ( param[i] == '^' && strchr("<|>&^",param[i+1]) )
|
||||
{
|
||||
memmove ( ¶m[i], ¶m[i+1], _tcslen(¶m[i]) * sizeof(TCHAR) );
|
||||
++i;
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user