Merge pull request #104 from damib/issue79

Issue79
bandwidth
TT 6 years ago committed by GitHub
commit 0e59f0a82b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -2105,10 +2105,10 @@ ui_process_keypad(void)
if (key >= 0 && keypad_click(key)) if (key >= 0 && keypad_click(key))
/* exit loop on done or cancel */ /* exit loop on done or cancel */
break; break;
else if (key == -2) { // else if (key == -2) {
//xxx; // //xxx;
return; // return;
} // }
} }
} }

Loading…
Cancel
Save

Powered by TurnKey Linux.