diff options
author | bviktor <bviktor@outlook.com> | 2012-10-23 12:18:59 -0700 |
---|---|---|
committer | bviktor <bviktor@outlook.com> | 2012-10-23 12:18:59 -0700 |
commit | ac9bbc6d9982e774cde9711e8d906978b78acdfd (patch) | |
tree | 083bed641aca97155e33eefa19ab9fcae316d4d8 /src/common/dcc.h | |
parent | a9fe82a1b8a61276ba7c1f8165f5f6c4cf3b556e (diff) | |
parent | 8902f52eb955b8102912c2de3ae57d962934e52b (diff) |
Merge pull request #180 from Arnavion/fix-filename-encoding
Fix filename encoding error for DCC transfers of files with non-ASCII characters in their name
Diffstat (limited to 'src/common/dcc.h')
-rw-r--r-- | src/common/dcc.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/common/dcc.h b/src/common/dcc.h index da4ce979..656c8fdc 100644 --- a/src/common/dcc.h +++ b/src/common/dcc.h @@ -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 */ |