diff src/rvous.c @ 1233:728a90516211

[gaim-migrate @ 1243] passing -Wall committer: Tailor Script <tailor@pidgin.im>
author Eric Warmenhoven <eric@warmenhoven.org>
date Mon, 11 Dec 2000 12:50:38 +0000
parents 37257f175ed8
children b5783215b245
line wrap: on
line diff
--- a/src/rvous.c	Mon Dec 11 11:44:22 2000 +0000
+++ b/src/rvous.c	Mon Dec 11 12:50:38 2000 +0000
@@ -647,7 +647,7 @@
 	at = g_snprintf(buf, ntohl(fhdr.size) + 1, "%2d/%2d/%4d %2d:%2d %8ld ",
 			fortime->tm_mon + 1, fortime->tm_mday, fortime->tm_year + 1900,
 			fortime->tm_hour + 1, fortime->tm_min + 1,
-			st.st_size);
+			(long)st.st_size);
 	g_snprintf(buf + at, ntohl(fhdr.size) + 1 - at, "%s\r\n", c);
 	sprintf(debug_buff, "Sending listing.txt (%d bytes) to %s\n",
 			ntohl(fhdr.size) + 1, ft->user);