From 2782987949ffbd8b7ac92cd92a3ab65c78865cb3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Hugo=20H=C3=B6rnquist?= Date: Fri, 4 Oct 2019 00:18:40 +0200 Subject: Comments in parser. --- src/parse.c | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/src/parse.c b/src/parse.c index fbfb2387..81312967 100644 --- a/src/parse.c +++ b/src/parse.c @@ -180,12 +180,12 @@ int parse_file(char* filename, FILE* f, SCM root) { * The standard (3.4, l. 2675) says that each icalobject must * end with CRLF. My files however does not, so we also parse * the end here. + * + * Actually we don't any more. + * Since the last thing in a file should always be END:VCALENDAR + * it might be a good idea to verify that. Or we could just, you + * know, not. */ - ERR("Handling of missing trailing endline not reimplemented."); - - // TRANSFER(CLINE_CUR_VAL(&cline), &ctx.str); - // TODO - // handle_kv(&cline_key, &cline, &ctx); } -- cgit v1.2.3