From: Rob F. <rob...@us...> - 2002-10-10 07:00:38
|
Update of /cvsroot/gaim/gaim/src/protocols/irc In directory usw-pr-cvs1:/tmp/cvs-serv28320 Modified Files: irc.c Log Message: so i wont forget. Index: irc.c =================================================================== RCS file: /cvsroot/gaim/gaim/src/protocols/irc/irc.c,v retrieving revision 1.95 retrieving revision 1.96 diff -u -d -r1.95 -r1.96 --- irc.c 10 Oct 2002 06:54:08 -0000 1.95 +++ irc.c 10 Oct 2002 07:00:33 -0000 1.96 @@ -2038,7 +2038,8 @@ pos = htonl(ift->cur); write(ift->fd, (char *)&pos, 4); -// printf("Cheap-O Progress Bar (%s) %d of %d: %2.0f\%\n", ift->name, ift->cur, ift->len, ((float)ift->cur/(float)ift->len) * 100); + // FIXME: You should check to verify that they received the data when + // you are sending a file ... } static void irc_file_transfer_cancel (struct gaim_connection *gc, struct file_transfer *xfer) { |