From 0fe9ed29207c428deda6c960c81359113f1d3384 Mon Sep 17 00:00:00 2001 From: "Rafael G. Martins" Date: Wed, 4 Nov 2015 01:28:43 -0200 Subject: Revert "content-parser: handle errors (that are handler as warnings) in directives" This reverts commit 56736b7b39218c10efd64f305f7a35df9d4bc0af. --- src/content-parser.c | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) (limited to 'src/content-parser.c') diff --git a/src/content-parser.c b/src/content-parser.c index a9ab9af..042f308 100644 --- a/src/content-parser.c +++ b/src/content-parser.c @@ -1114,11 +1114,8 @@ hr: case CONTENT_DIRECTIVE_PARAM_END: param_end: if (c == '\n' || c == '\r' || is_last) { - // FIXME: handle errors in the rest of the parser. - blogc_error_t *err = NULL; char *rv_d = blogc_directive_loader(directive_name, - directive_argument, directive_params, &err); - blogc_error_print(err); + directive_argument, directive_params); if (rv_d != NULL) b_string_append(rv, rv_d); free(rv_d); -- cgit v1.2.3-18-g5258