Fixing the type of the HTTP verision info to be long, not char*, as per documentation.

This commit is contained in:
Sergey Zakharchenko 2017-04-13 13:36:24 +03:00
parent 350346c9a8
commit ca5ae1b09f

View File

@ -44,7 +44,7 @@ OPT_ENTRY( rtsp_cseq_recv, RTSP_CSEQ_RECV, LNG, 0)
#endif
#if LCURL_CURL_VER_GE(7,50,1)
OPT_ENTRY( http_version, HTTP_VERSION, STR, 0)
OPT_ENTRY( http_version, HTTP_VERSION, LNG, 0)
#endif
#if LCURL_CURL_VER_GE(7,52,0)