mirror of
https://github.com/hexchat/hexchat.git
synced 2024-11-12 22:22:43 +01:00
Update plugins/checksum/checksum.c
Co-authored-by: Patrick <tingping@tingping.se>
This commit is contained in:
parent
eac5175ec0
commit
cdc5582baf
@ -166,7 +166,7 @@ dccoffer_cb (char *word[], void *userdata)
|
||||
ctx = hexchat_find_context (ph, NULL, NULL);
|
||||
}
|
||||
|
||||
ChecksumCallbackInfo* callback_data= g_malloc(sizeof(ChecksumCallbackInfo));
|
||||
ChecksumCallbackInfo *callback_data = g_new (ChecksumCallbackInfo, 1);
|
||||
callback_data->ctx = ctx;
|
||||
callback_data->send_message = TRUE;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user