summaryrefslogtreecommitdiff
path: root/decoder/cfg_format.h
diff options
context:
space:
mode:
authorgraehl <graehl@ec762483-ff6d-05da-a07a-a48fb63a330f>2010-08-13 03:51:20 +0000
committergraehl <graehl@ec762483-ff6d-05da-a07a-a48fb63a330f>2010-08-13 03:51:20 +0000
commit84009c98d9a0a2e3ecd801ebb92ed47ee3f3328b (patch)
tree9fa1f2467d4c7b82444652498d31622c99d69ebd /decoder/cfg_format.h
parent46349d90291dc755225863552eb19beb1038c505 (diff)
binarized cfg names improved
git-svn-id: https://ws10smt.googlecode.com/svn/trunk@538 ec762483-ff6d-05da-a07a-a48fb63a330f
Diffstat (limited to 'decoder/cfg_format.h')
-rwxr-xr-xdecoder/cfg_format.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/decoder/cfg_format.h b/decoder/cfg_format.h
index ccf6e3fa..d56d42f2 100755
--- a/decoder/cfg_format.h
+++ b/decoder/cfg_format.h
@@ -67,7 +67,8 @@ struct CFGFormat {
o<<nt_prefix;
if (nt_span)
cfg.print_nt_name(o,id);
- o<<id;
+ else
+ o<<id;
}
template <class CFG>