/[weechat]/weechat/src/irc/irc-dcc.c
ViewVC logotype

Diff of /weechat/src/irc/irc-dcc.c

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.21 by flashcode, Wed Jul 13 16:24:47 2005 UTC revision 1.22 by flashcode, Wed Jul 13 16:39:49 2005 UTC
# Line 94  dcc_file_is_resumable (t_irc_dcc *ptr_dc Line 94  dcc_file_is_resumable (t_irc_dcc *ptr_dc
94  {  {
95      struct stat st;      struct stat st;
96            
97        if (!cfg_dcc_auto_resume)
98            return 0;
99        
100      if (access (filename, W_OK) == 0)      if (access (filename, W_OK) == 0)
101      {      {
102          if (stat (filename, &st) != -1)          if (stat (filename, &st) != -1)

Legend:
Removed from v.1.21  
changed lines
  Added in v.1.22

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26