Fix call to edit_box_key_safe in Eolite (fix r9719)

git-svn-id: svn://kolibrios.org@9724 a494cfbc-eb01-0410-851d-a64ba20cac60
This commit is contained in:
Ivan Baravy 2022-02-21 15:55:35 +00:00
parent 261b8cd448
commit e07e44044e

View File

@ -380,8 +380,7 @@ void main()
} else {
if (key_scancode == SCAN_CODE_ENTER) EventPopinClickOkay();
if (popin_string[0] != -1) {
EAX = key_editbox;
edit_box_key stdcall (#popin_text);
edit_box_key stdcall (#popin_text, key_editbox);
}
}
break;
@ -1429,4 +1428,4 @@ void EventDriveClick(int __id)
OpenDir(WITH_REDRAW);
}
stop:
stop: