Fix possible mismatched type with several curl arguments
commit84d6de806bd18f4a6c0940de5ee60904f650539c
authorDan McGee <dan@archlinux.org>
Sat, 27 Aug 2011 13:45:39 +0000 (27 08:45 -0500)
committerDan McGee <dan@archlinux.org>
Mon, 29 Aug 2011 00:36:50 +0000 (28 19:36 -0500)
tree566e815a86bb53c6a3cc529e318d345649fd3449
parent5a07b75b225cbc731fbfb915a9c9edf0c300ccc4
Fix possible mismatched type with several curl arguments

After commit 2e7d0023150664, we use off_t rather than long variables.
Use the _LARGE variants of the methods to indicate we are passing off_t
sized variables, and cast using (curl_off_t) accordingly.

Signed-off-by: Dan McGee <dan@archlinux.org>
lib/libalpm/dload.c