Paul Vriens : winecfg: Make sure we can use a large text.

Alexandre Julliard julliard at wine.codeweavers.com
Wed Aug 23 16:36:12 CDT 2006


Module: wine
Branch: master
Commit: 343153e2e5d5902663ea78caf67994a08ac888c9
URL:    http://source.winehq.org/git/?p=wine.git;a=commit;h=343153e2e5d5902663ea78caf67994a08ac888c9

Author: Paul Vriens <Paul.Vriens at xs4all.nl>
Date:   Wed Aug 23 12:01:35 2006 +0200

winecfg: Make sure we can use a large text.

---

 programs/winecfg/winecfg.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/programs/winecfg/winecfg.c b/programs/winecfg/winecfg.c
index 818efed..d383482 100644
--- a/programs/winecfg/winecfg.c
+++ b/programs/winecfg/winecfg.c
@@ -76,7 +76,7 @@ void set_window_title(HWND dialog)
 
 WCHAR* load_string (UINT id)
 {
-    WCHAR buf[100];
+    WCHAR buf[1024];
     int len;
     WCHAR* newStr;
 




More information about the wine-cvs mailing list