mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-08-27 03:43:36 +00:00
[DOSKEY]
Fix copy paste bug. Patch by r3ddr4g0n svn path=/trunk/; revision=52377
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user