# HG changeset patch # User bsmith@81767d24-ef19-dc11-ae90-00e081727c95 # Date 1052970241 0 # Node ID 4ae67c291a8a61a84b8051ae17e706492ffff4e9 # Parent a4197ddfc50d9f4587919c9442652a814a474855 Woops, missed a variable when copying the code from OS/2 to Windows. diff -r a4197ddfc50d -r 4ae67c291a8a win/dw.c --- 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);