diff options
author | John Wiegley <johnw@newartisans.com> | 2004-04-10 10:52:14 +0000 |
---|---|---|
committer | John Wiegley <johnw@newartisans.com> | 2004-04-10 10:52:14 +0000 |
commit | b5097ced2bf621c0bf9b79c9bcc85bb715ce6218 (patch) | |
tree | 5817ba99ce99bf79fec6aec648fef7a6edf8d89f /amount.cc | |
parent | 46a3f91c4eee7637bf74c464f2a6daa33fcf0dff (diff) | |
download | fork-ledger-b5097ced2bf621c0bf9b79c9bcc85bb715ce6218.tar.gz fork-ledger-b5097ced2bf621c0bf9b79c9bcc85bb715ce6218.tar.bz2 fork-ledger-b5097ced2bf621c0bf9b79c9bcc85bb715ce6218.zip |
*** empty log message ***
Diffstat (limited to 'amount.cc')
-rw-r--r-- | amount.cc | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -470,8 +470,8 @@ static void parse_number(mpz_t out, const std::string& number, else { static char buf[256]; - // The number is specified as the user desires, with the - // commodity telling us how to parse it. + // The number is specified as the user desires, with the commodity + // telling us how to parse it. std::memset(buf, '0', 255); std::strncpy(buf, num, std::strlen(num)); |