diff options
author | John Wiegley <johnw@newartisans.com> | 2009-02-22 17:51:11 -0400 |
---|---|---|
committer | John Wiegley <johnw@newartisans.com> | 2009-02-22 17:51:11 -0400 |
commit | ea75613760440604ba5bdc2ab7f89892dc28c079 (patch) | |
tree | c6cd3ec4871f9598dfe2191f0cb7e2933da8b920 /src/option.h | |
parent | f2e4f4c6d1f20949232ab776cb24bfbd2db2797b (diff) | |
download | ledger-ea75613760440604ba5bdc2ab7f89892dc28c079.tar.gz ledger-ea75613760440604ba5bdc2ab7f89892dc28c079.tar.bz2 ledger-ea75613760440604ba5bdc2ab7f89892dc28c079.zip |
--exchange option now accepts multiple commodities
They must be separated by a comma, and all whitespace is ignored.
Diffstat (limited to 'src/option.h')
-rw-r--r-- | src/option.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/option.h b/src/option.h index d7aeba1b..538de60a 100644 --- a/src/option.h +++ b/src/option.h @@ -162,7 +162,7 @@ public: if (handled) return value; else - return false; + return NULL_VALUE; } else { return handled; |