aboutsummaryrefslogtreecommitdiffstats
path: root/src/blogc/main.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/blogc/main.c')
-rw-r--r--src/blogc/main.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/blogc/main.c b/src/blogc/main.c
index 7024967..9bfa9cf 100644
--- a/src/blogc/main.c
+++ b/src/blogc/main.c
@@ -322,7 +322,7 @@ main(int argc, char **argv)
if (!listing && s != NULL) {
local = s->data;
}
- char *val = blogc_format_variable(print, config, local, NULL);
+ char *val = blogc_format_variable(print, config, local, NULL, NULL);
if (val == NULL) {
fprintf(stderr, "blogc: error: variable not found: %s\n",
print);