mirror of
https://github.com/mirror/wget.git
synced 2025-03-13 19:30:20 +08:00
* src/wget.h: Use strtoll() for str_to_wgint
This fixes a regression reported at https://savannah.gnu.org/bugs/?60353. Reported-by: Michal Ruprich
This commit is contained in:
parent
fd2a061f6a
commit
90631a6fe5
@ -144,7 +144,7 @@ typedef int64_t wgint;
|
|||||||
#define WGINT_MIN INT64_MIN
|
#define WGINT_MIN INT64_MIN
|
||||||
#define WGINT_MAX INT64_MAX
|
#define WGINT_MAX INT64_MAX
|
||||||
|
|
||||||
#define str_to_wgint strtol
|
#define str_to_wgint strtoll
|
||||||
|
|
||||||
#include "options.h"
|
#include "options.h"
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user