Pass value rather than address of ch during main loop
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user