commit | f6e83638b46d0e4fcf47dbe83624b1efc75c761c | [log] [tgz] |
---|---|---|
author | Romain Guy <romainguy@google.com> | Fri Jun 24 17:54:25 2011 -0700 |
committer | Android (Google) Code Review <android-gerrit@google.com> | Fri Jun 24 17:54:25 2011 -0700 |
tree | f42f28d7f039ef056fbfa8d9d2491d7d3578adfb | |
parent | a216de272556751a49c4036d294d58debb13f016 [diff] | |
parent | 8f60851304af372a1c2f6e3b08c536e3135abaca [diff] |
Merge "Don't set texture parameters on every frame."
diff --git a/libs/utils/BackupData.cpp b/libs/utils/BackupData.cpp index f963058..8791263 100644 --- a/libs/utils/BackupData.cpp +++ b/libs/utils/BackupData.cpp
@@ -285,7 +285,8 @@ break; } default: - LOGD("Chunk header at %d has invalid type: 0x%08x", (int)m_pos, (int)m_header.type); + LOGD("Chunk header at %d has invalid type: 0x%08x", + (int)(m_pos - sizeof(m_header)), (int)m_header.type); m_status = EINVAL; }