mirror of
https://github.com/irssi/irssi.git
synced 2026-08-20 09:02:13 +02:00
crashfix for previous ~/. kludge
git-svn-id: http://svn.irssi.org/repos/irssi/trunk@2801 dbcabf3a-b0e7-0310-adc4-f8d773084564
This commit is contained in:
parent
e6aa8415ef
commit
c8187a9a76
1 changed files with 1 additions and 1 deletions
|
|
@ -51,7 +51,7 @@ static void sig_dcc_request(GET_DCC_REC *dcc, const char *nickaddr)
|
||||||
|
|
||||||
/* don't autoget files beginning with a dot, if download dir is
|
/* don't autoget files beginning with a dot, if download dir is
|
||||||
our home dir (stupid kludge for stupid people) */
|
our home dir (stupid kludge for stupid people) */
|
||||||
if (*dcc->file == '.' &&
|
if (*dcc->arg == '.' &&
|
||||||
strcmp(settings_get_str("dcc_download_path"), "~") == 0)
|
strcmp(settings_get_str("dcc_download_path"), "~") == 0)
|
||||||
return;
|
return;
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue