Commit 1b773275 authored by Chris Morgan's avatar Chris Morgan Committed by Alexandre Julliard

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.
parent 0395a4fb
......@@ -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)
{
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment