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@kde.org https://mail.kde.org/mailman/listinfo/kde-pim KDE PIM home page at http://pim.kde.org/