Paul Vriens : winecfg: Make sure we can use a large text.
23 Aug
2006
23 Aug
'06
9:36 p.m.
Module: wine Branch: master Commit: 343153e2e5d5902663ea78caf67994a08ac888c9 URL: http://source.winehq.org/git/?p=wine.git;a=commit;h=343153e2e5d5902663ea78ca... Author: Paul Vriens <Paul.Vriens(a)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;
7053
Age (days ago)
7053
Last active (days ago)
0 comments
1 participants
participants (1)
-
Alexandre Julliard