val was not being initialized properly lo_LayoutBlockSpacer(). Fixed. Thanks

to Kathy Brade (brade@netscape.com) for catching this.


git-svn-id: svn://10.0.0.236/trunk@1835 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
nisheeth
1998-05-18 20:44:34 +00:00
parent 796eba9e99
commit 7b46e0d71b

View File

@@ -337,6 +337,7 @@ static void lo_LayoutBlockSpacer(MWContext *context, lo_DocState *state, LO_Spac
}
else
{
val = spacer->height;
val = state->win_height * val / 100;
if (val < 1)
{