dialog:: fixed parameter order in handleKeyFile

This commit is contained in:
Zeno Rogue 2018-09-10 20:31:11 +02:00
parent 7345c14184
commit bdcae25c8e
1 changed files with 1 additions and 1 deletions

View File

@ -937,7 +937,7 @@ namespace dialog {
keyhandler = handleKeyFile;
}
void handleKeyFile(int uni, int sym) {
void handleKeyFile(int sym, int uni) {
string& s(*cfileptr);
int i = isize(s) - (editext?0:4);