summaryrefslogtreecommitdiff
path: root/amount.cc
diff options
context:
space:
mode:
authorJohn Wiegley <johnw@newartisans.com>2004-04-10 10:52:14 +0000
committerJohn Wiegley <johnw@newartisans.com>2004-04-10 10:52:14 +0000
commitb5097ced2bf621c0bf9b79c9bcc85bb715ce6218 (patch)
tree5817ba99ce99bf79fec6aec648fef7a6edf8d89f /amount.cc
parent46a3f91c4eee7637bf74c464f2a6daa33fcf0dff (diff)
downloadfork-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.cc4
1 files changed, 2 insertions, 2 deletions
diff --git a/amount.cc b/amount.cc
index 4d6a9754..6984d9bb 100644
--- a/amount.cc
+++ b/amount.cc
@@ -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));