Use g_strdup

This commit is contained in:
TingPing 2012-11-20 05:00:39 -05:00
parent 991d3d5401
commit 7ac36d4d8d
1 changed files with 1 additions and 1 deletions

View File

@ -180,7 +180,7 @@ dccrecv_cb (char *word[], void *userdata)
}
else
{
file = word[2];
file = g_strdup(word[2]);
}
result = stat64 (file, &buffer);