Skip to content
This repository has been archived by the owner on Dec 9, 2021. It is now read-only.

Commit

Permalink
fixing 1.9.1 bug
Browse files Browse the repository at this point in the history
  • Loading branch information
Alexandre Bini committed Jun 17, 2010
1 parent d4fb211 commit 810e6cf
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion lib/parser/swf.rb
Expand Up @@ -51,7 +51,6 @@ def self.dimensions(stream)
rectbytes = (rectbits.to_f / 8).ceil

# Unpack the RECT structure from the stream in little-endian bit order, then join it into a string
#rect = contents[8..(8 + rectbytes)].unpack("#{'B8' * rectbytes}").join()
rect = contents[8..(8 + rectbytes)].unpack("#{'B8' * rectbytes}").join()

# Read in nbits incremenets starting from 5
Expand Down

0 comments on commit 810e6cf

Please sign in to comment.