Skip to content

Commit de4fc1e

Browse files
committed
Fix. Build with libcurl 7.38.0
1 parent 4a7901f commit de4fc1e

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

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)