X-Git-Url: http://git.wpitchoune.net/gitweb/?p=prss.git;a=blobdiff_plain;f=src%2Fttrss_cache.c;h=be5b1199b3cdcb40ca5dcef1ccf7270564fd269a;hp=1526e25ad437776bb8256631a8cbc909553f7080;hb=be5c3215b84a3637eca78aa271890ab5e1423908;hpb=a3f79452df23ac3db9e7a827e16097322de377c0 diff --git a/src/ttrss_cache.c b/src/ttrss_cache.c index 1526e25..be5b119 100644 --- a/src/ttrss_cache.c +++ b/src/ttrss_cache.c @@ -78,7 +78,7 @@ void cache_put(const struct headline *h, const char *content) char *path; path = content_get_path(h); - + if (path) file_set_content(path, content);