Blame SOURCES/wget-1.21-strtol.patch

fd40a9
diff --git a/src/wget.h.old b/src/wget.h
fd40a9
index 6f20eab..f422737 100644
fd40a9
--- a/src/wget.h.old
fd40a9
+++ b/src/wget.h
fd40a9
@@ -144,7 +144,7 @@ typedef int64_t wgint;
fd40a9
 #define WGINT_MAX INT64_MAX
fd40a9
 typedef wgint SUM_SIZE_INT;
fd40a9
 
fd40a9
-#define str_to_wgint strtol
fd40a9
+#define str_to_wgint strtoll
fd40a9
 
fd40a9
 #include "options.h"
fd40a9