oops, less said the better

This commit is contained in:
Torsten Ruger 2014-09-06 22:48:58 +03:00
parent 64a433fd15
commit c6072c683b

View File

@ -241,7 +241,7 @@ module Register
end
def pad_to length
length += length + 2 # for header, type and layout
length += 2 # for header, type and layout
pad = padded(length) - length
pad.times do
@stream.write_uint32(0)