commit | 49fcd3cc0c0bf352c5c0516e53805278e94951ca | [log] [tgz] |
---|---|---|
author | James Dong <jdong@google.com> | Thu May 24 15:05:12 2012 -0700 |
committer | James Dong <jdong@google.com> | Thu May 24 15:12:36 2012 -0700 |
tree | 9c6c223b2487999cb153ef02b44cef4e266c8c18 | |
parent | f436fdcf93bd417fd3c9d2a8b19fd221d894b5e3 [diff] |
Fix an error caused by sample size value by order The sample size was saved in the array in network order, but it was treated as host order when writeInt32() is called. Calling write(void *, int, int) resolves the issue. related-to-bug: 6555366 Change-Id: If7ef99911ad65108c61b533673ac4d4cd580a370