diff src/alarm/alarm.c @ 628:8e1c653cd605 trunk

[svn] - patch from Mark Glines to polish up https:// support.
author nenolod
date Sat, 10 Feb 2007 12:36:14 -0800
parents 26a5aef73955
children 9549fea94794
line wrap: on
line diff
--- a/src/alarm/alarm.c	Sat Feb 10 12:06:11 2007 -0800
+++ b/src/alarm/alarm.c	Sat Feb 10 12:36:14 2007 -0800
@@ -858,7 +858,7 @@
        DEBUG("playlist is not blank, aparently\n");
        /* Is this a url? */
        /* Thanks Thomer */
-       if(!strncmp(playlist, "http://", 7))
+       if(!strncmp(playlist, "http://", 7) || !strncmp(playlist, "https://", 8))
        {
          /* Yes */
          DEBUG("This looks like a URL to me...\n");