diff options
author | Sebastien Helleu <flashcode@flashtux.org> | 2014-03-11 21:11:54 +0100 |
---|---|---|
committer | Sebastien Helleu <flashcode@flashtux.org> | 2014-03-11 21:11:54 +0100 |
commit | 9543f9c03494a9ced1dd0d5529c43b931e7d9d0a (patch) | |
tree | 64e8f2714715d79307106eaa4da5f34e8505f95a /ChangeLog.asciidoc | |
parent | d5e1a52e24a9a43492820a196074884bea8a24cd (diff) | |
download | weechat-9543f9c03494a9ced1dd0d5529c43b931e7d9d0a.zip |
core: add missing \0 at the end of stderr buffer in hook_process
Diffstat (limited to 'ChangeLog.asciidoc')
-rw-r--r-- | ChangeLog.asciidoc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/ChangeLog.asciidoc b/ChangeLog.asciidoc index a716e0091..579ba5dfb 100644 --- a/ChangeLog.asciidoc +++ b/ChangeLog.asciidoc @@ -15,6 +15,7 @@ http://weechat.org/files/releasenotes/ReleaseNotes-devel.html[release notes] == Version 0.4.4 (under dev) +* core: add missing \0 at the end of stderr buffer in hook_process * core: fix detection of terminated process in hook_process * core: set option weechat.look.buffer_search_where to prefix_message by default * core: fix "/window scroll -N" on a buffer with free content |