From 55f5868380a4917028365256abcfd6d0b5f0a1e4 Mon Sep 17 00:00:00 2001 From: John Wiegley Date: Thu, 29 Oct 2009 00:52:51 -0400 Subject: Setting --date-format in ~/.ledgerrc works again --- src/option.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/option.h') diff --git a/src/option.h b/src/option.h index 89f1ad08..83710a1c 100644 --- a/src/option.h +++ b/src/option.h @@ -295,7 +295,7 @@ inline bool is_eq(const char * p, const char * n) { #define WANT_DIR() \ (std::strncmp(p, DIR_PREFIX, DIR_PREFIX_LEN) == 0) -void process_option(const string& whence, const string& name, scope_t& scope, +bool process_option(const string& whence, const string& name, scope_t& scope, const char * arg, const string& varname); void process_environment(const char ** envp, const string& tag, -- cgit v1.2.3