Put a '\n' at the end of the FIXME to prevent very odd and difficult
to debug crashes due to overflowing of the debug info's output buffer.
This commit is contained in:
parent
0395a4fba4
commit
1b77327515
|
@ -728,7 +728,7 @@ HRESULT SendCustomDlgNotificationMessage(HWND hwndParentDlg, UINT uCode)
|
|||
if(!fodInfos) return 0;
|
||||
|
||||
if(fodInfos->ofnInfos->Flags & OFN_UNICODE)
|
||||
FIXME("sending OPENFILENAMEA structure. Hook is expecting OPENFILENAMEW!");
|
||||
FIXME("sending OPENFILENAMEA structure. Hook is expecting OPENFILENAMEW!\n");
|
||||
|
||||
if(fodInfos->DlgInfos.hwndCustomDlg)
|
||||
{
|
||||
|
|
Loading…
Reference in New Issue