From c920f0139f8ac611633a737e8089e17f2b9d8486 Mon Sep 17 00:00:00 2001 From: Vadim Ushakov Date: Thu, 3 Sep 2020 00:18:12 +0700 Subject: [PATCH] Add a couple of FIXME notes --- src/ccze.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/ccze.c b/src/ccze.c index ea5860f..a305350 100644 --- a/src/ccze.c +++ b/src/ccze.c @@ -75,8 +75,8 @@ static volatile sig_atomic_t sighup_received = 0; #ifndef HAVE_ARGP_PARSE const char *argp_program_name = "ccze"; #endif -const char *argp_program_version = "ccze 0.3." PATCHLEVEL; -const char *argp_program_bug_address = ""; +const char *argp_program_version = "ccze 0.3." PATCHLEVEL; /* FIXME: pass the version from the configure script */ +const char *argp_program_bug_address = ""; /* FIXME: pass URL from the configure script */ static struct argp_option options[] = { {"rcfile", 'F', "FILE", 0, "Read configuration from FILE", 1}, {"html", 'h', NULL, 0, "Generate HTML output", 1},