messenger-gtk

Gtk+3 graphical user interfaces for GNUnet Messenger
Log | Files | Refs | Submodules | README | LICENSE

commit bcbfdfdc27481f4c97aa3795e4947c9a047a2b50
parent 5c669d506cec564778303889c5cfa11215d60f03
Author: TheJackiMonster <thejackimonster@gmail.com>
Date:   Mon, 11 Mar 2024 11:18:30 +0100

Fix assert requirements

Signed-off-by: TheJackiMonster <thejackimonster@gmail.com>

Diffstat:
Msrc/ui/message.c | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/ui/message.c b/src/ui/message.c @@ -713,7 +713,7 @@ ui_message_update(UI_MESSAGE_Handle *handle, MESSENGER_Application *app, const struct GNUNET_CHAT_Message *msg) { - g_assert((handle) && (app) && (msg)); + g_assert((handle) && (app)); struct GNUNET_CHAT_File *file = NULL; struct GNUNET_CHAT_Invitation *invitation = NULL;