summaryrefslogtreecommitdiff
path: root/src/commodity.cc
diff options
context:
space:
mode:
authorJohn Wiegley <johnw@newartisans.com>2009-03-15 01:13:49 -0400
committerJohn Wiegley <johnw@newartisans.com>2009-03-15 22:39:44 -0400
commit1889d449b6f7321d711c00a33f17adfbb986287e (patch)
tree2f9fc49e13b13a29a9464a5c5b2478bff654f26c /src/commodity.cc
parent8beed3f8bdb294c742d265843586a336ee338cc0 (diff)
downloadfork-ledger-1889d449b6f7321d711c00a33f17adfbb986287e.tar.gz
fork-ledger-1889d449b6f7321d711c00a33f17adfbb986287e.tar.bz2
fork-ledger-1889d449b6f7321d711c00a33f17adfbb986287e.zip
Added a missing * operation
Diffstat (limited to 'src/commodity.cc')
-rw-r--r--src/commodity.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/commodity.cc b/src/commodity.cc
index 22c92862..3e4d1160 100644
--- a/src/commodity.cc
+++ b/src/commodity.cc
@@ -936,7 +936,7 @@ namespace {
details.print(name, comm.parent().keep_base);
DEBUG("amounts.commodities", "make_qualified_name for "
- << comm.qualified_symbol << std::endl << details);
+ << *comm.qualified_symbol << std::endl << details);
DEBUG("amounts.commodities", "qualified_name is " << name.str());
return name.str();