mirror of
https://github.com/moparisthebest/hexchat
synced 2024-11-22 17:22:18 -05:00
Use g_strdup
This commit is contained in:
parent
991d3d5401
commit
7ac36d4d8d
@ -180,7 +180,7 @@ dccrecv_cb (char *word[], void *userdata)
|
||||
}
|
||||
else
|
||||
{
|
||||
file = word[2];
|
||||
file = g_strdup(word[2]);
|
||||
}
|
||||
|
||||
result = stat64 (file, &buffer);
|
||||
|
Loading…
Reference in New Issue
Block a user