]> granicus.if.org Git - curl/commit
test1541: ignore the curl_off_t variable type name comparison
authorDaniel Stenberg <daniel@haxx.se>
Wed, 5 Apr 2017 13:12:55 +0000 (15:12 +0200)
committerDaniel Stenberg <daniel@haxx.se>
Wed, 5 Apr 2017 13:14:12 +0000 (15:14 +0200)
commit8761a40fd95a8016f6c1d83516b86a1110ae118b
tree67f53c47f4d46bc178b23a4ca37519a37e336773
parent65154588f6784c3f20cb552a3926f26aead33e8c
test1541: ignore the curl_off_t variable type name comparison

... the sizes and the formatting strings are what's really important and
avoids problems with int64_t vs "long long".

Bug: https://curl.haxx.se/mail/lib-2017-04/0019.html
tests/libtest/lib1541.c