From 6bab5568278cb437efb6fb17a4a1b494e05b9549 Mon Sep 17 00:00:00 2001 From: Michael Drake Date: Sun, 10 Feb 2013 18:28:59 +0000 Subject: Make comaptible with new nsfont_split expectation. Untested, but code is same as framebuffer front end, so should work. --- atari/plot/font_vdi.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'atari/plot/font_vdi.c') diff --git a/atari/plot/font_vdi.c b/atari/plot/font_vdi.c index 4ebab24fb..340759f02 100755 --- a/atari/plot/font_vdi.c +++ b/atari/plot/font_vdi.c @@ -164,7 +164,7 @@ static int str_split( FONT_PLOTTER self, const plot_font_style_t * fstyle, const last_space_idx = nxtchr; } *actual_x += cellw; - if (*actual_x > x) { + if (*actual_x > x && last_space_idx != 0) { *actual_x = last_space_x; *char_offset = last_space_idx; //printf("at: %s\n", lstr); -- cgit v1.2.3