mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-09-02 12:23:31 +00:00
Fix comment
svn path=/trunk/; revision=58086
This commit is contained in:
@@ -60,7 +60,7 @@ int InfoMessageBox(HWND hWnd, UINT uType, LPCWSTR lpTitle, LPCWSTR lpMessage, ..
|
||||
{
|
||||
SIZE_T strLen = _vscwprintf(lpMessage, args);
|
||||
|
||||
/* Create a buffer on the heap and zero-out it (LPTR) */
|
||||
/* Create a buffer on the heap and zero it out (LPTR) */
|
||||
lpMsgBuf = (LPWSTR)LocalAlloc(LPTR, (strLen + 1) * sizeof(WCHAR));
|
||||
if (lpMsgBuf)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user