diff options
author | John Wiegley <johnw@newartisans.com> | 2006-02-16 01:01:38 +0000 |
---|---|---|
committer | John Wiegley <johnw@newartisans.com> | 2008-04-13 02:41:23 -0400 |
commit | 0a8b36de3f32f360ffdfc7c6d2e07b11345c7a1d (patch) | |
tree | ab9f540eb655848acc8f324afe171775affe2f39 /config.cc | |
parent | 06b7e9d9043a501d24f4b2a5b7f2242ff3cebe24 (diff) | |
download | fork-ledger-0a8b36de3f32f360ffdfc7c6d2e07b11345c7a1d.tar.gz fork-ledger-0a8b36de3f32f360ffdfc7c6d2e07b11345c7a1d.tar.bz2 fork-ledger-0a8b36de3f32f360ffdfc7c6d2e07b11345c7a1d.zip |
Made several changes to the parsing infrastructure to allow passing
the "config_t" object around. This is needed for parsing option
settings in the initialization file.
Diffstat (limited to 'config.cc')
-rw-r--r-- | config.cc | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -988,6 +988,7 @@ OPT_BEGIN(total_data, "J") { OPT_BEGIN(price_db, ":") { config->price_db = optarg; + std::cerr << "Setting --price_db=" << optarg << std::endl; } OPT_END(price_db); OPT_BEGIN(price_exp, "Z:") { |