mirror of
https://github.com/reactos/wine.git
synced 2024-11-25 04:39:45 +00:00
msi: Downgrade an error.
This commit is contained in:
parent
d5aa3d1cc9
commit
384b95533d
@ -1743,7 +1743,7 @@ static UINT msi_dialog_maskedit_control( msi_dialog *dialog, MSIRECORD *rec )
|
||||
font = msi_dialog_get_style( font_mask, &mask );
|
||||
if( !mask )
|
||||
{
|
||||
ERR("mask template is empty\n");
|
||||
WARN("mask template is empty\n");
|
||||
goto end;
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user