X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~yarrgweb/git?p=ypp-sc-tools.db-live.git;a=blobdiff_plain;f=yarrg%2Fstructure.c;h=a49fe0fd7e91782d6d1f68254ac6974e74097e87;hp=ba7ba0dedc5b9208fa1ec195bde7490e9f19d08a;hb=cbb3ac3d1f9bf4bc1833c84be27f8f32c6779374;hpb=59bee7afb77216585b904bd20f17e71005e9778c diff --git a/yarrg/structure.c b/yarrg/structure.c index ba7ba0d..a49fe0f 100644 --- a/yarrg/structure.c +++ b/yarrg/structure.c @@ -1052,7 +1052,7 @@ void check_pager_motion(int first, int stop) { if (count <= 1) return; /* only one page */ double firstheight= PH(first); - double max= count>2 ? firstheight / (count-2) : 0; + double max= count>2 ? firstheight / (count-2) : 1e6; double min= firstheight / (count-1); max *= 1.1; min /= 1.1;