Don't print literal char in debugging output
This commit is contained in:
@@ -263,7 +263,7 @@ int vt_parser( struct stripstate *state )
|
|||||||
assert( act );
|
assert( act );
|
||||||
|
|
||||||
if ( act->char_present ) {
|
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 {
|
} else {
|
||||||
printf( "[%s] ", act->name().c_str() );
|
printf( "[%s] ", act->name().c_str() );
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user