##// END OF EJS Templates
Use unsigned version format....
Thomas Arendsen Hein -
r3755:05120e21 default
parent child Browse files
Show More
@@ -81,7 +81,7 b' v0shaoffset = 56'
81 81 # 32 bytes: nodeid
82 82 indexformatng = ">Qiiiiii20s12x"
83 83 ngshaoffset = 32
84 versionformat = ">i"
84 versionformat = ">I"
85 85
86 86 class lazyparser(object):
87 87 """
General Comments 0
You need to be logged in to leave comments. Login now