Latest update
This commit is contained in:
@@ -500,6 +500,7 @@ int UI_process(UI *ui)
|
||||
if (ui->meth->ui_flush != NULL)
|
||||
switch (ui->meth->ui_flush(ui)) {
|
||||
case -1: /* Interrupt/Cancel/something... */
|
||||
ui->flags &= ~UI_FLAG_REDOABLE;
|
||||
ok = -2;
|
||||
goto err;
|
||||
case 0: /* Errors */
|
||||
@@ -517,6 +518,7 @@ int UI_process(UI *ui)
|
||||
sk_UI_STRING_value(ui->strings,
|
||||
i))) {
|
||||
case -1: /* Interrupt/Cancel/something... */
|
||||
ui->flags &= ~UI_FLAG_REDOABLE;
|
||||
ok = -2;
|
||||
goto err;
|
||||
case 0: /* Errors */
|
||||
|
||||
Reference in New Issue
Block a user