comparison paraspace/dex_deptracker.py @ 126:ff6f869273b7

Fix wrong init value for computing checksum
author Thinker K.F. Li <thinker@codemud.net>
date Mon, 08 Aug 2011 17:26:05 +0800
parents b9688a3badaa
children 650244dcdd82
comparison
equal deleted inserted replaced
125:b9688a3badaa 126:ff6f869273b7
937 dex.compute_size() 937 dex.compute_size()
938 dex.header.fileSize = dex.sizeof(dex) 938 dex.header.fileSize = dex.sizeof(dex)
939 939
940 _sync_dex_maps(dex) 940 _sync_dex_maps(dex)
941 _sync_dex_header(dex) 941 _sync_dex_header(dex)
942
943 dex.make_signature()
944 dex.make_checksum()
942 pass 945 pass
943 946
944 947
945 ## \brief Restore to raw value before linking for dependencies. 948 ## \brief Restore to raw value before linking for dependencies.
946 # 949 #