mirror of
https://github.com/reactos/reactos.git
synced 2025-07-28 07:23:05 +00:00
- Batch: In a line generated by a 'for', add the \n that the parser expects. (Bug 3717)
- cmd_for: Don't leave raw_params uninitialized; could cause a crash in ExitBatch. svn path=/trunk/; revision=36061
This commit is contained in:
parent
81fd8772b6
commit
8d7388ee07
2 changed files with 2 additions and 0 deletions
|
@ -421,6 +421,7 @@ LPTSTR ReadBatchLine ()
|
|||
}
|
||||
}
|
||||
|
||||
*dp++ = _T('\n');
|
||||
*dp = _T('\0');
|
||||
|
||||
return textline;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue