]> git.ipfire.org Git - thirdparty/curl.git/commit
test537: use correct variable type
authorMarcel Raad <raad@teamviewer.com>
Fri, 5 May 2017 07:37:05 +0000 (09:37 +0200)
committerMarcel Raad <raad@teamviewer.com>
Mon, 8 May 2017 07:19:18 +0000 (09:19 +0200)
commite2b394106d543c4615a60795b7fdce04bd4e5090
tree9232b5504a261315312cc8998f947368c9a355f0
parentd99acd937a01ee7111c347e08c1f25cea54a6ab9
test537: use correct variable type

Avoids narrowing conversion warnings because rlim_t is usually
unsigned long.

Closes https://github.com/curl/curl/pull/1469
tests/libtest/lib537.c