diff src/util.c @ 856:b389c4221c89

[gaim-migrate @ 866] More button fun. OH yeah, the linkifier knows what https:// is now, also. committer: Tailor Script <tailor@pidgin.im>
author Rob Flynn <gaim@robflynn.com>
date Thu, 07 Sep 2000 21:55:55 +0000
parents 4b05985bae5e
children 378c862a2381
line wrap: on
line diff
--- a/src/util.c	Thu Sep 07 17:53:35 2000 +0000
+++ b/src/util.c	Thu Sep 07 21:55:55 2000 +0000
@@ -140,7 +140,7 @@
                                 if (!(*c))
                                         break;
                         }
-                } else if (!strncasecmp(c, "http://", 7)) {
+                } else if ( (!strncasecmp(c, "http://", 7) || (!strncasecmp(c, "https://", 8)))) {
                         t = c;
                         while(1) {
                                 if (badchar(*t)) {