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