Fixed 64-bit bug in the applet.
[doldaconnect.git] / clients / gnome-trans-applet / conduit.c
index e667ee6..f16e9f1 100644 (file)
@@ -61,7 +61,7 @@ static gboolean trupdatetime(struct transfer *transfer)
     return(TRUE);
 }
 
-struct transfer *newtransfer(struct conduit *conduit, char *tag, int size, int pos)
+struct transfer *newtransfer(struct conduit *conduit, char *tag, intmax_t size, intmax_t pos)
 {
     struct transfer *transfer;