Skip to content

Commit

Permalink
Add a couple of FIXME notes
Browse files Browse the repository at this point in the history
  • Loading branch information
wandrien committed Sep 2, 2020
1 parent 130ea92 commit c920f01
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/ccze.c
Original file line number Diff line number Diff line change
Expand Up @@ -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 = "<https://github.com/software-revive/ccze-rv>";
const char *argp_program_version = "ccze 0.3." PATCHLEVEL; /* FIXME: pass the version from the configure script */
const char *argp_program_bug_address = "<https://github.com/software-revive/ccze-rv>"; /* 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},
Expand Down

0 comments on commit c920f01

Please sign in to comment.