Removed DCC::destfile_fs since it was now the same as DCC::destfile. Fixed usage of g_stat to use GStatBuf instead of OS-native struct stat.

This commit is contained in:
Arnav Singh
2012-10-22 02:30:38 -07:00
parent 8c7ec909b8
commit 8902f52eb9
3 changed files with 13 additions and 30 deletions

View File

@@ -62,7 +62,6 @@ struct DCC
time_t lasttime;
char *file; /* utf8 */
char *destfile; /* utf8 */
char *destfile_fs; /* local filesystem encoding */
char *nick;
unsigned char type; /* 0 = SEND 1 = RECV 2 = CHAT */
unsigned char dccstat; /* 0 = QUEUED 1 = ACTIVE 2 = FAILED 3 = DONE */