From c266bd93852b156b1436e203bb0f691139274f3d Mon Sep 17 00:00:00 2001 From: "Rafael G. Martins" Date: Sat, 9 May 2015 01:23:33 -0300 Subject: added global variables with date/filename on first and last post --- src/main.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/main.c') diff --git a/src/main.c b/src/main.c index be18050..f3af371 100644 --- a/src/main.c +++ b/src/main.c @@ -208,7 +208,7 @@ main(int argc, char **argv) goto cleanup2; } - b_slist_t *s = blogc_source_parse_from_files(sources, &err); + b_slist_t *s = blogc_source_parse_from_files(config, sources, &err); if (err != NULL) { blogc_error_print(err); goto cleanup3; -- cgit v1.2.3-18-g5258