diff options
author | Přemysl Eric Janouch <p@janouch.name> | 2024-12-18 11:45:25 +0100 |
---|---|---|
committer | Přemysl Eric Janouch <p@janouch.name> | 2024-12-18 11:48:17 +0100 |
commit | f6483489c2a4861bc6dd6c5521fb8a153eddbcb1 (patch) | |
tree | f6284c62baf7c6e26c407d265e78721b493eafe9 /NEWS | |
parent | ed5ac1815badffa2076e5747d819943433dd8eb8 (diff) | |
download | xK-f6483489c2a4861bc6dd6c5521fb8a153eddbcb1.tar.gz xK-f6483489c2a4861bc6dd6c5521fb8a153eddbcb1.tar.xz xK-f6483489c2a4861bc6dd6c5521fb8a153eddbcb1.zip |
xC: fix crash with too many topic formatting items
Manually constructed formatters have no sentinel value.
This is a one-line change in relay_prepare_channel_buffer_update(),
however the whole block of "Relay output" code has been moved down,
resolving one TODO and rendering two function prototypes unnecessary.
Diffstat (limited to 'NEWS')
-rw-r--r-- | NEWS | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -1,5 +1,7 @@ Unreleased + * xC: fixed a crash when the channel topic had too many formatting items + * xC: fixed keyboard EOF behaviour with Readline >= 8.0 * xC: made it possible to stream commands into the binary |