reader: bswap jitmap item count

This commit is contained in:
Christian Hergert
2016-08-21 17:31:30 -07:00
parent 94c8551063
commit 6058c62f44

View File

@ -517,6 +517,8 @@ sp_capture_reader_read_jitmap (SpCaptureReader *self)
g_hash_table_insert (ret, GSIZE_TO_POINTER (addr), g_strdup (str));
}
sp_capture_reader_bswap_jitmap (self, jitmap);
self->pos += jitmap->frame.len;
return g_steal_pointer (&ret);