Module: wine Branch: oldstable Commit: 108ed0da8fa98866bfe043ca66142b6361b55168 URL: https://source.winehq.org/git/wine.git/?a=commit;h=108ed0da8fa98866bfe043ca6...
Author: Dmitry Timoshkov dmitry@baikal.ru Date: Mon Oct 1 14:47:42 2018 +0800
wrc: Fix generation of custom dialog control data.
Signed-off-by: Dmitry Timoshkov dmitry@baikal.ru Signed-off-by: Alexandre Julliard julliard@winehq.org (cherry picked from commit d8607c57b09341291b150afbb2998f3dc9267f6b) Signed-off-by: Michael Stefaniuc mstefani@winehq.org
---
tools/wrc/genres.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-)
diff --git a/tools/wrc/genres.c b/tools/wrc/genres.c index 8c2f280..939d265 100644 --- a/tools/wrc/genres.c +++ b/tools/wrc/genres.c @@ -726,8 +726,7 @@ static res_t *dialog2res(name_id_t *name, dialog_t *dlg) put_word(res, 0); if(ctrl->extra) { - put_word(res, ctrl->extra->size+2); - put_pad(res); + put_word(res, ctrl->extra->size); put_raw_data(res, ctrl->extra, 0); } else