mirror of
https://git.jabber.space/devs/cproof.git
synced 2026-08-03 15:36:21 +00:00
Initialize jid
This commit is contained in:
@@ -3050,7 +3050,7 @@ cmd_blocked(ProfWin* window, const char* const command, gchar** args)
|
|||||||
}
|
}
|
||||||
|
|
||||||
if (strncmp(args[0], "report-", 7) == 0) {
|
if (strncmp(args[0], "report-", 7) == 0) {
|
||||||
char *jid;
|
char* jid = NULL;
|
||||||
char* msg = NULL;
|
char* msg = NULL;
|
||||||
guint argn = g_strv_length(args);
|
guint argn = g_strv_length(args);
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user