From f987424ed9954239ec0a730b721700ac58c1bf1a Mon Sep 17 00:00:00 2001 From: "Rafael G. Martins" Date: Sun, 10 May 2015 23:10:10 -0300 Subject: fixed a few issues reported by clang's static analyzer --- src/content-parser.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/content-parser.c') diff --git a/src/content-parser.c b/src/content-parser.c index ea41852..f19b800 100644 --- a/src/content-parser.c +++ b/src/content-parser.c @@ -306,7 +306,7 @@ blogc_content_parse(const char *src) char *parsed = NULL; char **tmpv = NULL; - char d; + char d = '\0'; b_slist_t *lines = NULL; -- cgit v1.2.3-18-g5258