From eac7943a058db20a9e6a50fbbd8ff87b0ce56fc4 Mon Sep 17 00:00:00 2001 From: graehl Date: Fri, 23 Jul 2010 23:10:34 +0000 Subject: strip debug param from feature spec; debug info on from_fsa Init git-svn-id: https://ws10smt.googlecode.com/svn/trunk@393 ec762483-ff6d-05da-a07a-a48fb63a330f --- decoder/ff_factory.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'decoder/ff_factory.cc') diff --git a/decoder/ff_factory.cc b/decoder/ff_factory.cc index a6d834e0..cc07b2f2 100644 --- a/decoder/ff_factory.cc +++ b/decoder/ff_factory.cc @@ -35,7 +35,7 @@ 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 "<