Fixed a compile warning introduced by making the protocol table const. This
involves a binary-compatible change to the API struct curl_version_info_data
This commit is contained in:
@@ -2023,7 +2023,7 @@ static ParameterError getparameter(char *flag, /* f or -long-flag */
|
||||
break;
|
||||
case 'V':
|
||||
{
|
||||
const char **proto;
|
||||
const char * const *proto;
|
||||
|
||||
printf(CURL_ID "%s\n", curl_version());
|
||||
if (curlinfo->protocols) {
|
||||
|
||||
Reference in New Issue
Block a user