mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-09-02 04:13:34 +00:00
fix a bug in CreateServiceA
svn path=/trunk/; revision=31757
This commit is contained in:
@@ -496,7 +496,7 @@ CreateServiceA(SC_HANDLE hSCManager,
|
||||
SetLastError(ERROR_NOT_ENOUGH_MEMORY);
|
||||
goto cleanup;
|
||||
}
|
||||
MultiByteToWideChar(CP_ACP, 0, lpDisplayName, -1, lpBinaryPathNameW, len);
|
||||
MultiByteToWideChar(CP_ACP, 0, lpBinaryPathName, -1, lpBinaryPathNameW, len);
|
||||
}
|
||||
|
||||
if (lpLoadOrderGroup)
|
||||
|
||||
Reference in New Issue
Block a user