From a4d77fa601b9c34eb36baf06f5a59d2053015473 Mon Sep 17 00:00:00 2001 From: graehl Date: Fri, 23 Jul 2010 23:10:42 +0000 Subject: strip debug param from feature spec; debug info on from_fsa Init git-svn-id: https://ws10smt.googlecode.com/svn/trunk@394 ec762483-ff6d-05da-a07a-a48fb63a330f --- decoder/ff_factory.cc | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'decoder') diff --git a/decoder/ff_factory.cc b/decoder/ff_factory.cc index cc07b2f2..5a207ea9 100644 --- a/decoder/ff_factory.cc +++ b/decoder/ff_factory.cc @@ -35,7 +35,8 @@ shared_ptr FFRegistry::Create(const string& ffname, const strin int pl=debug_pre.size(); bool space=false; std::string p=param; - bool debug=match_begin(p,debug_pre)&&(p.size()==pl||(space=(p[pl]==' ')); + bool debug=match_begin(p,debug_pre)&& + (p.size()==pl || (space=(p[pl]==' '))); if (debug) { p.erase(0,debug_pre.size()+space); cerr<<"debug enabled for "<