]> sjero.net Git - wget/blobdiff - src/ftp.c
[svn] Avoid explicit 64-bit constants; construct them by multiplication at
[wget] / src / ftp.c
index 257a0574bb13002e426fbff94acf14e768ad9ab0..a9ef47cef5f3ac0c090b214814d44e988df49e00 100644 (file)
--- a/src/ftp.c
+++ b/src/ftp.c
@@ -253,7 +253,7 @@ getftp (struct url *u, wgint *len, wgint restval, ccon *con)
   char *tms, *tmrate;
   int cmd = con->cmd;
   int pasv_mode_open = 0;
-  wgint expected_bytes = 0L;
+  wgint expected_bytes = 0;
   int rest_failed = 0;
   int flags;
   wgint rd_size;