mirror of
https://github.com/reactos/reactos.git
synced 2025-08-03 21:45:41 +00:00
[DOSKEY]
Fix copy paste bug. Patch by r3ddr4g0n svn path=/trunk/; revision=52377
This commit is contained in:
parent
6472b891d1
commit
8d5a792eb8
1 changed files with 1 additions and 1 deletions
|
@ -209,7 +209,7 @@ wmain(VOID)
|
|||
pExpungeConsoleCommandHistoryW = (ExpungeConsoleCommandHistoryW_t)GetProcAddress( hKernel32, "ExpungeConsoleCommandHistoryW");
|
||||
|
||||
assert(pGetConsoleCommandHistoryW && pGetConsoleCommandHistoryLengthW &&
|
||||
pSetConsoleNumberOfCommandsW && pSetConsoleNumberOfCommandsW);
|
||||
pSetConsoleNumberOfCommandsW && pExpungeConsoleCommandHistoryW);
|
||||
|
||||
/* Skip the application name */
|
||||
GetArg(&pArgStart, &pArgEnd);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue