[PATCH 2/2] comdlg32: Widen buffer to accomodate Catalan translation

Alex Henrie alexhenrie24 at gmail.com
Fri Dec 16 01:48:01 CST 2011


---
 dlls/comdlg32/filedlg.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/dlls/comdlg32/filedlg.c b/dlls/comdlg32/filedlg.c
index 5f80519..8637944 100644
--- a/dlls/comdlg32/filedlg.c
+++ b/dlls/comdlg32/filedlg.c
@@ -1504,7 +1504,7 @@ static LRESULT FILEDLG95_InitControls(HWND hwnd)
   }
   else if (fodInfos->DlgInfos.dwDlgProp & FODPROP_SAVEDLG)
   {
-      WCHAR buf[16];
+      WCHAR buf[17];
       LoadStringW(COMDLG32_hInstance, IDS_SAVE_AS, buf, sizeof(buf)/sizeof(WCHAR));
       SetWindowTextW(hwnd, buf);
   }
-- 
1.7.4.1





More information about the wine-patches mailing list