View | Details | Raw Unified | Return to bug 26347
Collapse All | Expand All

(-)pcvt_out.c (-1 / +1 lines)
Line 1912 Link Here
1912
		  + svsp->maxcol - 2) = user_attr | (current_video_screen + '0');
1912
		  + svsp->maxcol - 2) = user_attr | (current_video_screen + (current_video_screen < 10 ?  '0' : ('a' - 10)));

Return to bug 26347