diff options
| author | 2025-05-29 17:33:41 +0200 | |
|---|---|---|
| committer | 2025-05-29 17:33:41 +0200 | |
| commit | b3067987354ca8512979eef87d3de89adb5f741d (patch) | |
| tree | c6c9de1a42da96e9603da84d40d52f8a3be115e6 | |
| parent | Updated RELEASE_NOTES. (diff) | |
| download | penes-snac2-b3067987354ca8512979eef87d3de89adb5f741d.tar.gz penes-snac2-b3067987354ca8512979eef87d3de89adb5f741d.tar.xz penes-snac2-b3067987354ca8512979eef87d3de89adb5f741d.zip | |
Fixed typo in rss_to_timeline().
| -rw-r--r-- | rss.c | 2 |
1 files changed, 1 insertions, 1 deletions
| @@ -151,7 +151,7 @@ void rss_to_timeline(snac *user, const char *url) | |||
| 151 | 151 | ||
| 152 | /* skip crap */ | 152 | /* skip crap */ |
| 153 | if (!xs_startswith(l, "https:/") && !xs_startswith(l, "http:/")) | 153 | if (!xs_startswith(l, "https:/") && !xs_startswith(l, "http:/")) |
| 154 | return; | 154 | continue; |
| 155 | 155 | ||
| 156 | snac_debug(user, 1, xs_fmt("RSS link: %s", l)); | 156 | snac_debug(user, 1, xs_fmt("RSS link: %s", l)); |
| 157 | 157 | ||