diff options
Diffstat (limited to 'src')
| -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 1529ace..f451587 100644 --- a/src/content-parser.c +++ b/src/content-parser.c @@ -1109,7 +1109,7 @@ param_end:                  if (c == '\n' || c == '\r' || is_last) {                      char *rv_d = blogc_directive_loader(directive_name,                          directive_argument, directive_params); -                    if (rv_d) +                    if (rv_d != NULL)                          b_string_append(rv, rv_d);                      free(rv_d);                      state = CONTENT_START_LINE; | 
