Mercurial > libpst
comparison src/libpst.c @ 160:252ad66d3d6e stable-0-6-32
fix ppc64 compile error
author | Carl Byington <carl@five-ten-sg.com> |
---|---|
date | Sat, 14 Mar 2009 17:45:48 -0700 |
parents | 581fab9f1dc7 |
children | 03fbb0269f3c |
comparison
equal
deleted
inserted
replaced
159:3508c24d3cd2 | 160:252ad66d3d6e |
---|---|
790 DEBUG_INDEX(("Decoding assoc32\n")); | 790 DEBUG_INDEX(("Decoding assoc32\n")); |
791 DEBUG_HEXDUMPC(buf, sizeof(pst_id2_assoc32), 0x10); | 791 DEBUG_HEXDUMPC(buf, sizeof(pst_id2_assoc32), 0x10); |
792 memcpy(&assoc32, buf, sizeof(pst_id2_assoc32)); | 792 memcpy(&assoc32, buf, sizeof(pst_id2_assoc32)); |
793 LE32_CPU(assoc32.id2); | 793 LE32_CPU(assoc32.id2); |
794 LE32_CPU(assoc32.id); | 794 LE32_CPU(assoc32.id); |
795 LE32_CPU(assoc32.table2); | 795 LE32_CPU(assoc32.child_id); |
796 assoc->id2 = assoc32.id2; | 796 assoc->id2 = assoc32.id2; |
797 assoc->id = assoc32.id; | 797 assoc->id = assoc32.id; |
798 assoc->child_id = assoc32.child_id; | 798 assoc->child_id = assoc32.child_id; |
799 r = sizeof(pst_id2_assoc32); | 799 r = sizeof(pst_id2_assoc32); |
800 } | 800 } |