From: Aleksandar Andrejevic Date: Mon, 10 Feb 2014 14:26:41 +0000 (+0000) Subject: [KERNEL32] X-Git-Tag: backups/0.3.17@66124~1365^2~87 X-Git-Url: https://git.reactos.org/?p=reactos.git;a=commitdiff_plain;h=522f29b775184989815c637e9d42582af3a02606 [KERNEL32] SetVDMCurrentDirectories should use BasepSetVDMCurDirs, not BasepGetVDMCurDirs. svn path=/branches/ntvdm/; revision=62099 --- diff --git a/dll/win32/kernel32/client/vdm.c b/dll/win32/kernel32/client/vdm.c index 40002532f2d..9ccc1dde8d9 100644 --- a/dll/win32/kernel32/client/vdm.c +++ b/dll/win32/kernel32/client/vdm.c @@ -1267,7 +1267,7 @@ SetVDMCurrentDirectories(DWORD cchCurDirs, PCHAR lpszzCurDirs) /* Call CSRSS */ CsrClientCallServer((PCSR_API_MESSAGE)&ApiMessage, CaptureBuffer, - CSR_CREATE_API_NUMBER(BASESRV_SERVERDLL_INDEX, BasepGetVDMCurDirs), + CSR_CREATE_API_NUMBER(BASESRV_SERVERDLL_INDEX, BasepSetVDMCurDirs), sizeof(BASE_GETSET_VDM_CURDIRS)); /* Free the capture buffer */