From 9afc995824567751c55d1e516a3d85a6def22bda 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 87278c087a063e4cfb348d756141aabf816fc13d) --- 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