On Fri, 26 Nov 2010 13:42:29 +0100, Sebastian Spaeth wrote:
> -    if (n >= SAL_MAX_SIZE - (RTL_MEMALIGN + RTL_MEMALIGN - 1))
> +    if (n > SAL_MAX_SIZE - 2 * RTL_MEMALIGN

DOH, as all those CAP-Macros are constants anyway, the compiler would
probably evaluate that to a const value on compile time anyway.

I still find the new version easier to read.

Sorry for the noise
Sebastian

Attachment: pgpLgzQfiC0nY.pgp
Description: PGP signature

_______________________________________________
LibreOffice mailing list
LibreOffice@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice

Reply via email to