[PATCH 2/3] tools/wrc: Fix generation of custom dialog control data.

Dmitry Timoshkov dmitry at baikal.ru
Mon Oct 1 01:47:42 CDT 2018


Signed-off-by: Dmitry Timoshkov <dmitry at baikal.ru>
---
 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 8c2f280ac5..939d2655b2 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
-- 
2.17.1




More information about the wine-devel mailing list