CURL_LLONG_MIN should now be signed
This commit is contained in:
@@ -58,7 +58,7 @@
|
||||
#endif
|
||||
|
||||
#define CURL_LLONG_MAX CURL_OFF_T_C(0x7FFFFFFFFFFFFFFF)
|
||||
#define CURL_LLONG_MIN CURL_OFF_T_C(0x8000000000000000)
|
||||
#define CURL_LLONG_MIN (-CURL_LLONG_MAX - CURL_OFF_T_C(1))
|
||||
|
||||
#endif
|
||||
|
||||
|
||||
Reference in New Issue
Block a user