#1065. Thanks to Thomas B for spotting my error in omitting support for https.

This commit is contained in:
Robin Mills
2015-04-25 19:47:29 +00:00
parent 0f36e0492c
commit 4c607b9862
+2
View File
@@ -245,6 +245,7 @@ namespace Exiv2 {
Protocol prot ;
} prots[] =
{ { "http://" ,pHttp }
, { "https://" ,pHttps }
, { "ftp://" ,pFtp }
, { "sftp://" ,pSftp }
, { "ssh://" ,pSsh }
@@ -266,6 +267,7 @@ namespace Exiv2 {
Protocol prot ;
} prots[] =
{ { L"http://" ,pHttp }
, { L"https://" ,pHttps }
, { L"ftp://" ,pFtp }
, { L"sftp://" ,pSftp }
, { L"ssh://" ,pSsh }