]> granicus.if.org Git - curl/commit
getpart: use correct variable type
authorMarcel Raad <raad@teamviewer.com>
Mon, 1 May 2017 11:17:57 +0000 (13:17 +0200)
committerMarcel Raad <raad@teamviewer.com>
Mon, 1 May 2017 11:17:57 +0000 (13:17 +0200)
commit0912a5c760dd9b85692e121313a04797b52d4ab2
tree654d952b185c381379d9964e45ed5ca3a0bec23c
parent7dd89c1cdcda16945610c4cdef89b5cdb2c183a8
getpart: use correct variable type

This fixes the following clang warning:
getpart.c:201:17: warning: cast from function call of type 'CURLcode'
to non-matching type 'int' [-Wbad-function-cast]
tests/server/getpart.c