[Kde-pim] KDE/kdepim/runtime/resources/mixedmaildir/kmindexreader

Torgny Nyblom kde at nyblom.org
Mon Apr 26 18:13:13 BST 2010


On Sunday 25 April 2010 23.32.57 Casey Link wrote:
> SVN commit 1118781 by link:
[...]
> +#if Q_BYTE_ORDER == Q_LITTLE_ENDIAN
> +            // Index file order is big endian
> +            ret = ret_2; // We drop the 4 most significant bytes
                                                                         ^^^^^
> +#else
> +            // Index file order is little endian
> +            ret = ret_1; // We drop the 4 most significant bytes
                                                                         ^^^^^

Might want to change this :) (in more then one place)

/Regards
Torgny
_______________________________________________
KDE PIM mailing list kde-pim at kde.org
https://mail.kde.org/mailman/listinfo/kde-pim
KDE PIM home page at http://pim.kde.org/



More information about the kde-pim mailing list