summaryrefslogtreecommitdiff
path: root/tests/libtest/mk-lib1521.pl
diff options
context:
space:
mode:
Diffstat (limited to 'tests/libtest/mk-lib1521.pl')
-rw-r--r--tests/libtest/mk-lib1521.pl4
1 files changed, 4 insertions, 0 deletions
diff --git a/tests/libtest/mk-lib1521.pl b/tests/libtest/mk-lib1521.pl
index 87b2f3092..95c7135db 100644
--- a/tests/libtest/mk-lib1521.pl
+++ b/tests/libtest/mk-lib1521.pl
@@ -149,6 +149,7 @@ int test(char *URL)
struct data object;
char *charp;
long val;
+ curl_off_t oval;
double dval;
curl_socket_t sockfd;
struct curl_certinfo *certinfo;
@@ -255,6 +256,9 @@ while(<STDIN>) {
elsif($type eq "LONG") {
print "$c &val);\n$check";
}
+ elsif($type eq "OFF_T") {
+ print "$c &oval);\n$check";
+ }
elsif($type eq "DOUBLE") {
print "$c &dval);\n$check";
}