Explorar el Código

Fixed typo in rss_to_timeline().

grunfink hace 1 año
padre
commit
b306798735
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      rss.c

+ 1 - 1
rss.c

@@ -151,7 +151,7 @@ void rss_to_timeline(snac *user, const char *url)
 
         /* skip crap */
         if (!xs_startswith(l, "https:/") && !xs_startswith(l, "http:/"))
-            return;
+            continue;
 
         snac_debug(user, 1, xs_fmt("RSS link: %s", l));