]> git.ipfire.org Git - thirdparty/curl.git/commitdiff
config-dos.h: fix SIZEOF_CURL_OFF_T for MS-DOS/DJGPP
authorSuperIlu on github <ilu@twilight.local>
Sat, 8 Apr 2023 15:50:14 +0000 (17:50 +0200)
committerDaniel Stenberg <daniel@haxx.se>
Sat, 8 Apr 2023 21:53:50 +0000 (23:53 +0200)
Fixes #10905
Closes #10910

lib/config-dos.h

index 8dece8aeb4aa18b3877e318bf416e5f875f38a10..05c1a81407d3f4339c8bac3ee5244438832ef5f8 100644 (file)
@@ -82,7 +82,7 @@
 #define SIZEOF_INT             4
 #define SIZEOF_LONG            4
 #define SIZEOF_SIZE_T          4
-#define SIZEOF_CURL_OFF_T      4
+#define SIZEOF_CURL_OFF_T      8
 #define STDC_HEADERS           1
 #define TIME_WITH_SYS_TIME     1