diff options
Diffstat (limited to 'src/content-parser.c')
-rw-r--r-- | src/content-parser.c | 2 |
1 files changed, 1 insertions, 1 deletions
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; |