When a line of text wraps to the next line, the character that caused the line to wrap was not being printed.

#BACKPORT(1.10,1.8)

svn path=/trunk/; revision=52221
This commit is contained in:
Chris Maynard 2013-09-26 17:27:53 +00:00
parent 5ee2b14a10
commit f216d4e440
1 changed files with 1 additions and 2 deletions

View File

@ -1,4 +1,4 @@
/* print_mswin.c
/* print_win32.c
* Printing support for MSWindows
*
* $Id$
@ -250,7 +250,6 @@ static void print_file(const char *file_name, HDC hdc, int width, int height)
y_pos = Y_OFFSET;
y_cnt = 0;
}
continue;
}
buf[cnt++] = ch;