diff options
author | toni <matzeton@googlemail.com> | 2016-07-31 04:12:44 +0200 |
---|---|---|
committer | toni <matzeton@googlemail.com> | 2016-07-31 04:12:44 +0200 |
commit | f47610184e074eb2cdfae9ceaee5f8811007faff (patch) | |
tree | 636b732188f4698c61972d101d2abac385ee8717 /src/ui.h | |
parent | c0eb5798acaea17314de1a18cd0f4ce3d82c7e73 (diff) |
exported atmout to nask_ui, fixed weird memory error (busy_str in
infownd_update had a buffer overflow, but valgrind wasn't able to catch
this, cz the overwrite happened in same memory segment (special case),
gdb ftw
Diffstat (limited to 'src/ui.h')
-rw-r--r-- | src/ui.h | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -94,7 +94,7 @@ char ui_wgetch(int timeout); int ui_wgetchtest(int timeout, char testchar); WINDOW * -init_ui(uicb_update on_update_callback); +init_ui(uicb_update on_update_callback, uicb_update on_postupdate_callback); void free_ui(void); |