From 411e9133b32d0bae3adb9a88abf8b4edb81f767e Mon Sep 17 00:00:00 2001 From: Sean Bright Date: Mon, 10 Jun 2024 12:54:05 -0400 Subject: [PATCH] manager.c: Properly terminate `CoreShowChannelMap` event. Fixes #761 (cherry picked from commit 1ce5731c40d73f6426a7c8083148b4f71120c456) --- main/manager.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/main/manager.c b/main/manager.c index 1149dfcab2..cb64a234e5 100644 --- a/main/manager.c +++ b/main/manager.c @@ -7220,7 +7220,7 @@ static int action_coreshowchannelmap(struct mansession *s, const struct message "Event: CoreShowChannelMap\r\n" "%s" "Channel: %s\r\n" - "ConnectedChannel: %s\r\n\n", + "ConnectedChannel: %s\r\n\r\n", id_text, channel_name, current_channel_name); -- 2.47.2