]> sjero.net Git - wget/blobdiff - src/retr.c
[svn] Rename LARGE_INT to SUM_SIZE_INT, and simplify its handling.
[wget] / src / retr.c
index 30b81a881a7e489f3428ef37b3f45d9e62d62418..0285a57a90c2b12f503d6e08bb285ccf8e232fe6 100644 (file)
@@ -52,7 +52,7 @@ so, delete this exception statement from your version.  */
 #include "ptimer.h"
 
 /* Total size of downloaded files.  Used to enforce quota.  */
-LARGE_INT total_downloaded_bytes;
+SUM_SIZE_INT total_downloaded_bytes;
 
 /* If non-NULL, the stream to which output should be written.  This
    stream is initialized when `-O' is used.  */