mirror of
https://github.com/profanity-im/profanity.git
synced 2024-12-04 14:46:46 -05:00
Initialize jid
This commit is contained in:
parent
516fd7d909
commit
34b5e0f8c6
@ -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);
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user