wrc: Fix generation of custom dialog control data.
Signed-off-by: Dmitry Timoshkov <dmitry@baikal.ru> Signed-off-by: Alexandre Julliard <julliard@winehq.org>
This commit is contained in:
parent
606b027277
commit
d8607c57b0
|
@ -726,8 +726,7 @@ static res_t *dialog2res(name_id_t *name, dialog_t *dlg)
|
||||||
put_word(res, 0);
|
put_word(res, 0);
|
||||||
if(ctrl->extra)
|
if(ctrl->extra)
|
||||||
{
|
{
|
||||||
put_word(res, ctrl->extra->size+2);
|
put_word(res, ctrl->extra->size);
|
||||||
put_pad(res);
|
|
||||||
put_raw_data(res, ctrl->extra, 0);
|
put_raw_data(res, ctrl->extra, 0);
|
||||||
}
|
}
|
||||||
else
|
else
|
||||||
|
|
Loading…
Reference in New Issue