summaryrefslogtreecommitdiff
path: root/ui/win32/print_win32.c
diff options
context:
space:
mode:
authorChris Maynard <Christopher.Maynard@GTECH.COM>2013-09-26 17:27:53 +0000
committerChris Maynard <Christopher.Maynard@GTECH.COM>2013-09-26 17:27:53 +0000
commitf216d4e440f89c5b0a2518acf877e2a17e463f2c (patch)
tree8347577d16835d9a7acb7586dd346fc71c9c5cd6 /ui/win32/print_win32.c
parent5ee2b14a10b4bf36421a459bd5b6ca5bbdeb783a (diff)
downloadwireshark-f216d4e440f89c5b0a2518acf877e2a17e463f2c.tar.gz
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
Diffstat (limited to 'ui/win32/print_win32.c')
-rw-r--r--ui/win32/print_win32.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/ui/win32/print_win32.c b/ui/win32/print_win32.c
index 649430dd0d..16e5fb2b02 100644
--- a/ui/win32/print_win32.c
+++ b/ui/win32/print_win32.c
@@ -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;