[Libreoffice] [REVIEWED] Review requests for mailmerge to email fixes
Petr Mladek
pmladek at suse.cz
Fri Mar 18 10:48:12 PDT 2011
Michael Meeks píše v Pá 18. 03. 2011 v 17:12 +0000:
> On Fri, 2011-03-18 at 17:56 +0100, Petr Mladek wrote:
> > > http://cgit.freedesktop.org/libreoffice/writer/commit/?id=7482695994c5f6bf9995748944e38d2792aaed92
>
> This took quite some reading ... you essentially achieve:
>
> nNodeCnt = max(1, nNodeCnt - nDistance);
>
> right ?
Does this really work when both nNodeCnt and nDistance are unsigned
long? It might produce a huge number if (nNodeCnt < nDistance).
Best Regards,
Petr
More information about the LibreOffice
mailing list