Fix snapshot dumps.

This commit is contained in:
Mike Pall 2010-01-28 02:02:08 +01:00
parent 21d6709271
commit fb2c583cfc

View File

@ -267,7 +267,7 @@ end
local function printsnap(tr, snap)
local n = 2
for s=0,snap[1] do
for s=0,snap[1]-1 do
local sn = snap[n]
if shr(sn, 24) == s then
n = n + 1