Opened 10 years ago

Closed 10 years ago

#5569 closed defect (invalid)

Some libcurl version checks are invalid

Reported by: Kyle Shannon Owned by: warmerdam
Priority: normal Milestone: 1.11.1
Component: default Version: svn-trunk
Severity: normal Keywords: curl
Cc:

Description

Two checks for LIBCURL_VERSION_NUMBER omit the leading 0, therefore never are called. The best doc on LIBCURL_VERSION_NUMBER I could find was here:

http://dlang.org/library/etc/c/curl/LIBCURL_VERSION_NUM.html

and it states XX.YY.ZZ where XX=major YY=minor ZZ=patch, always 2 hex digits.

Change History (1)

comment:1 by Kyle Shannon, 10 years ago

Resolution: invalid
Status: newclosed

My mistake...

Note: See TracTickets for help on using tickets.