summarylogtreecommitdiffstats
path: root/moc-https.patch
blob: 5ff304df944fc29afb97579bdd1ea6fb6efe0d54 (plain)
1
2
3
4
5
6
7
8
9
10
--- files.c.orig
+++ files.c
@@ -93,6 +93,7 @@
 inline int is_url (const char *str)
 {
 	return !strncasecmp (str, "http://", sizeof ("http://") - 1)
+		|| !strncasecmp (str, "https://", sizeof ("https://") - 1)
 		|| !strncasecmp (str, "ftp://", sizeof ("ftp://") - 1);
 }