diff --git a/parse.cpp b/parse.cpp index 17344d3..0433d0d 100644 --- a/parse.cpp +++ b/parse.cpp @@ -263,7 +263,7 @@ int vt_parser( struct stripstate *state ) assert( act ); if ( act->char_present ) { - printf( "%s(0x%02x=%lc) ", act->name().c_str(), act->ch, act->ch ); + printf( "%s(0x%02x) ", act->name().c_str(), act->ch ); } else { printf( "[%s] ", act->name().c_str() ); }