diff options
Diffstat (limited to 'decoder/cfg_format.h')
-rwxr-xr-x | decoder/cfg_format.h | 3 |
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> |