On Fri, Oct 10, 2003 at 09:53:28AM +0000, Angus Leeming spake thusly:
 
 
> Why not if it cures the current problem.
> 
> Rename the function 'breakLineAfter' and add a function 
> 'breakLineBefore' or some such and all should be clear for posterity 
> too ;-)
> 
> -- 
> Angus

Hmmm, playing around now.

BTW what about the following code in text.C:

    616     return PAPER_MARGIN
    617         + font_metrics::signedWidth(tclass.rightmargin(),
    618                        tclass.defaultfont());
    619         + font_metrics::signedWidth(layout->rightmargin,
    620                        tclass.defaultfont())
    621         * 4 / (pit->getDepth() + 4);

What exactly is being returned here? (it generates a warning)

- Martin 

Attachment: pgp00000.pgp
Description: PGP signature

Reply via email to