Skip to content

Commit f108886

Browse files
authored
Merge pull request #97 from digitalloggers/fix-http-version-info-type
Fixing the type of the HTTP verision info to be long, not char*
2 parents 350346c + ca5ae1b commit f108886

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/lcinfoeasy.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ OPT_ENTRY( rtsp_cseq_recv, RTSP_CSEQ_RECV, LNG, 0)
4444
#endif
4545

4646
#if LCURL_CURL_VER_GE(7,50,1)
47-
OPT_ENTRY( http_version, HTTP_VERSION, STR, 0)
47+
OPT_ENTRY( http_version, HTTP_VERSION, LNG, 0)
4848
#endif
4949

5050
#if LCURL_CURL_VER_GE(7,52,0)

0 commit comments

Comments
 (0)