Fix wchar_t format string types
Signed-off-by: Anders Kaseorg <andersk@mit.edu>
This commit is contained in:
@@ -246,7 +246,7 @@ void Display::put_cell( bool initialized, FrameState &frame, const Framebuffer &
|
||||
|
||||
/* cells that begin with combining character get combiner attached to no-break space */
|
||||
if ( cell->fallback ) {
|
||||
snprintf( tmp, 64, "%lc", 0xA0 );
|
||||
snprintf( tmp, 64, "%lc", L'\xA0' );
|
||||
frame.append( tmp );
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user