--- libgig/trunk/src/gig.cpp 2009/03/01 22:08:32 1851 +++ libgig/trunk/src/gig.cpp 2009/03/22 11:13:25 1869 @@ -1837,7 +1837,7 @@ const uint16_t eg3depth = (EG3Depth >= 0) ? EG3Depth : uint16_t(((-EG3Depth) - 1) ^ 0xffff); /* binary complementary for negatives */ - pData[116] = eg3depth; + store16(&pData[116], eg3depth); // next 2 bytes unknown