You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
14 lines
297 B
14 lines
297 B
11 months ago
|
diff --git a/src/wget.h.old b/src/wget.h
|
||
|
index 6f20eab..f422737 100644
|
||
|
--- a/src/wget.h.old
|
||
|
+++ b/src/wget.h
|
||
|
@@ -144,7 +144,7 @@ typedef int64_t wgint;
|
||
|
#define WGINT_MAX INT64_MAX
|
||
|
typedef wgint SUM_SIZE_INT;
|
||
|
|
||
|
-#define str_to_wgint strtol
|
||
|
+#define str_to_wgint strtoll
|
||
|
|
||
|
#include "options.h"
|
||
|
|