/[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.16 by flashcode, Sat Apr 23 18:13:25 2005 UTC revision 1.17 by flashcode, Thu May 5 16:26:34 2005 UTC
# Line 92  dcc_calculate_speed (t_irc_dcc *ptr_dcc, Line 92  dcc_calculate_speed (t_irc_dcc *ptr_dcc,
92          }          }
93          ptr_dcc->last_check_time = local_time;          ptr_dcc->last_check_time = local_time;
94          ptr_dcc->last_check_pos = ptr_dcc->pos;          ptr_dcc->last_check_pos = ptr_dcc->pos;
         wee_log_printf ("bytes per sec calculé: %lu\n", ptr_dcc->bytes_per_sec);  
95      }      }
     wee_log_printf ("bytes per sec calculé pas bon !!!\n");  
96  }  }
97    
98  /*  /*
# Line 1053  dcc_end () Line 1051  dcc_end ()
1051          if (ptr_dcc->sock != -1)          if (ptr_dcc->sock != -1)
1052          {          {
1053              if (ptr_dcc->status == DCC_ACTIVE)              if (ptr_dcc->status == DCC_ACTIVE)
1054                  wee_log_printf (_("aborting active DCC: \"%s\" from %s\n"),                  wee_log_printf (_("Aborting active DCC: \"%s\" from %s\n"),
1055                                  ptr_dcc->filename, ptr_dcc->nick);                                  ptr_dcc->filename, ptr_dcc->nick);
1056              dcc_close (ptr_dcc, DCC_FAILED);              dcc_close (ptr_dcc, DCC_FAILED);
1057          }          }

Legend:
Removed from v.1.16  
changed lines
  Added in v.1.17

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