summaryrefslogtreecommitdiff
path: root/mask.cc
diff options
context:
space:
mode:
authorJohn Wiegley <johnw@newartisans.com>2008-07-26 04:08:55 -0400
committerJohn Wiegley <johnw@newartisans.com>2008-07-26 04:08:55 -0400
commit961b30926b3b9f2b3e9c1a99df3f25fea6b13118 (patch)
treef0f5efcc0b63f337c4838b8aad46dea2cd7926e4 /mask.cc
parentee396957226e2273bc60ede7192c27038c432f24 (diff)
downloadledger-961b30926b3b9f2b3e9c1a99df3f25fea6b13118.tar.gz
ledger-961b30926b3b9f2b3e9c1a99df3f25fea6b13118.tar.bz2
ledger-961b30926b3b9f2b3e9c1a99df3f25fea6b13118.zip
--verify works again, but the memory totals at the end still need work.
Diffstat (limited to 'mask.cc')
-rw-r--r--mask.cc2
1 files changed, 2 insertions, 0 deletions
diff --git a/mask.cc b/mask.cc
index 959df8ea..b9bd5cff 100644
--- a/mask.cc
+++ b/mask.cc
@@ -35,6 +35,8 @@ namespace ledger {
mask_t::mask_t(const string& pat) : exclude(false)
{
+ TRACE_CTOR(mask_t, "const string&");
+
const char * p = pat.c_str();
if (*p == '-') {