File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -2758,9 +2758,14 @@ gui_redraw_block(
27582758 if (col1 > 0 )
27592759 -- col1 ;
27602760 else
2761+ {
27612762 // FIXME: how can the first character ever be zero?
2762- IEMSGN ("INTERNAL ERROR: NUL in ScreenLines in row %ld" ,
2763- gui .row );
2763+ // Make this IEMSGN when it no longer breaks Travis CI.
2764+ vim_snprintf ((char * )IObuff , IOSIZE ,
2765+ "INTERNAL ERROR: NUL in ScreenLines in row %ld" ,
2766+ (long )gui .row );
2767+ msg (IObuff );
2768+ }
27642769 }
27652770# ifdef FEAT_GUI_GTK
27662771 if (col2 + 1 < Columns && ScreenLines [off + col2 + 1 ] == 0 )
Original file line number Diff line number Diff line change @@ -792,6 +792,8 @@ static char *(features[]) =
792792
793793static int included_patches [] =
794794{ /* Add new patch number below this line */
795+ /**/
796+ 568 ,
795797/**/
796798 567 ,
797799/**/
You can’t perform that action at this time.
0 commit comments