From 0e34d08b8d9100a59e8d457cbe7343462a4d8739 Mon Sep 17 00:00:00 2001 From: John Wiegley Date: Wed, 17 Mar 2010 00:56:21 -0400 Subject: The --pivot=X option now only matches the tag "X" --- src/chain.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/chain.cc') diff --git a/src/chain.cc b/src/chain.cc index 7f5a1a07..86f639ad 100644 --- a/src/chain.cc +++ b/src/chain.cc @@ -169,7 +169,7 @@ post_handler_ptr chain_post_handlers(report_t& report, } else if (report.HANDLED(pivot_)) { string pivot = report.HANDLER(pivot_).str(); - pivot = string("\"") + pivot + ":\" + tag(/" + pivot + "/)"; + pivot = string("\"") + pivot + ":\" + tag(\"" + pivot + "\")"; handler.reset(new transfer_details(handler, transfer_details::SET_ACCOUNT, report.session.journal->master, pivot, report)); -- cgit v1.2.3