changeset 3623:159f624c617d

[gaim-migrate @ 3744] so i wont forget. committer: Tailor Script <tailor@pidgin.im>
author Rob Flynn <gaim@robflynn.com>
date Thu, 10 Oct 2002 07:00:33 +0000
parents 2ef75915a13c
children e38ceedff070
files src/protocols/irc/irc.c
diffstat 1 files changed, 2 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/src/protocols/irc/irc.c	Thu Oct 10 06:54:08 2002 +0000
+++ b/src/protocols/irc/irc.c	Thu Oct 10 07:00:33 2002 +0000
@@ -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) {