Pass value rather than address of ch during main loop

This commit is contained in:
James Booth
2015-01-14 23:54:46 +00:00
parent ee14e8d05e
commit a6160d52c6
4 changed files with 24 additions and 24 deletions

View File

@@ -118,7 +118,7 @@ prof_run(const int disable_tls, char *log_level, char *account_name)
ch = ui_get_char(inp, &size, &result);
ui_handle_special_keys(&ch, result);
ui_handle_special_keys(ch, result);
#ifdef HAVE_LIBOTR
otr_poll();
#endif