archrelease: copy trunk to extra-x86_64
[arch-packages.git] / moc / trunk / moc-https.patch
blob5ff304df944fc29afb97579bdd1ea6fb6efe0d54
1 --- files.c.orig
2 +++ files.c
3 @@ -93,6 +93,7 @@
4 inline int is_url (const char *str)
6 return !strncasecmp (str, "http://", sizeof ("http://") - 1)
7 + || !strncasecmp (str, "https://", sizeof ("https://") - 1)
8 || !strncasecmp (str, "ftp://", sizeof ("ftp://") - 1);