changeset 417:4ae67c291a8a

Woops, missed a variable when copying the code from OS/2 to Windows.
author bsmith@81767d24-ef19-dc11-ae90-00e081727c95
date Thu, 15 May 2003 03:44:01 +0000
parents a4197ddfc50d
children 4be57ee7e006
files win/dw.c
diffstat 1 files changed, 1 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/win/dw.c	Thu May 15 03:38:44 2003 +0000
+++ b/win/dw.c	Thu May 15 03:44:01 2003 +0000
@@ -843,6 +843,7 @@
 	/* Used for the SIZEEXPAND */
 	int nux = *usedx, nuy = *usedy;
 	int nupx = *usedpadx, nupy = *usedpady;
+	int textheight = 0;
 
 	(*usedx) += (thisbox->pad * 2);
 	(*usedy) += (thisbox->pad * 2);