From 1b773275152065813d6e5ff328732d618d14c168 Mon Sep 17 00:00:00 2001 From: Chris Morgan Date: Sun, 28 Jan 2001 23:09:11 +0000 Subject: [PATCH] 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. --- dlls/commdlg/filedlg95.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dlls/commdlg/filedlg95.c b/dlls/commdlg/filedlg95.c index 6fd64f95567..26c79150adb 100644 --- a/dlls/commdlg/filedlg95.c +++ b/dlls/commdlg/filedlg95.c @@ -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) {