Skip to content

Commit 06df328

Browse files
committed
Merge pull request #21 from moteus/master
Fix. Build with libcurl 7.38.0
2 parents 76e102b + de4fc1e commit 06df328

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/lcerr_easy.h

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,6 @@ ERR_ENTRY ( FTP_ACCEPT_TIMEOUT )
2020
ERR_ENTRY ( FTP_WEIRD_PASV_REPLY )
2121
ERR_ENTRY ( FTP_WEIRD_227_FORMAT )
2222
ERR_ENTRY ( FTP_CANT_GET_HOST )
23-
ERR_ENTRY ( OBSOLETE16 )
2423
ERR_ENTRY ( FTP_COULDNT_SET_TYPE )
2524
ERR_ENTRY ( PARTIAL_FILE )
2625
ERR_ENTRY ( FTP_COULDNT_RETR_FILE )
@@ -110,4 +109,6 @@ ERR_ENTRY ( NO_CONNECTION_AVAILABLE )
110109
#endif
111110
#if LCURL_CURL_VER_GE(7,38,0)
112111
ERR_ENTRY ( HTTP2 )
112+
#else
113+
ERR_ENTRY ( OBSOLETE16 )
113114
#endif

0 commit comments

Comments
 (0)