src/rvous.c

changeset 1233
e73eeec6323c
parent 1162
2d5cbbdd9bc3
child 1250
46ac03911ab0
--- 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);

mercurial