diff src/protocols/toc/toc.c @ 4201:511c2b63caa4

[gaim-migrate @ 4432] Some code cleanups to remove warnings and fix up indenting a little. committer: Tailor Script <tailor@pidgin.im>
author Christian Hammond <chipx86@chipx86.com>
date Sat, 04 Jan 2003 21:01:32 +0000
parents 474265997752
children cd84b0fd63fc
line wrap: on
line diff
--- a/src/protocols/toc/toc.c	Sat Jan 04 19:41:07 2003 +0000
+++ b/src/protocols/toc/toc.c	Sat Jan 04 21:01:32 2003 +0000
@@ -903,7 +903,7 @@
 
 			debug_printf("English translation of RVOUS_PROPOSE: %s requests Send File (i.e."
 				" send a file to you); %s:%d (verified_ip:port), %d files at"
-				" total size of %ld bytes.\n", user, vip, port, files, totalsize);
+				" total size of %d bytes.\n", user, vip, port, files, totalsize);
 			accept_file_dialog(ft);
 		} else if (!strcmp(uuid, FILE_GET_UID)) {
 			/* they want us to send a file */
@@ -1529,8 +1529,8 @@
 	debug_printf("TOC FT HEADER:\n"
 			"\t%s %d 0x%04x\n"
 			"\t%s %d %d\n"
-			"\t%d %d %d %d %ld %ld\n"
-			"\t%ld %ld %ld %ld %ld %ld %ld %ld\n"
+			"\t%d %d %d %d %d %d\n"
+			"\t%d %d %d %d %d %d %d %d\n"
 			"\t%s\n"
 			"\t0x%02x, 0x%02x, 0x%02x\n"
 			"\t%s %s\n"