Skip to content

Commit

Permalink
Simplify read & write Shy headers as little endian. This is i5m's awe…
Browse files Browse the repository at this point in the history
…some hack.
  • Loading branch information
ashbb committed Mar 23, 2010
1 parent 373b9e7 commit 4ab9ee2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/shoes/shy.rb
Expand Up @@ -12,7 +12,7 @@
class Shy
VERSION = 0x0001
MAGIC = "_shy".freeze
LAYOUT = "A4SL".freeze
LAYOUT = "A4vV".freeze #Force to Little Endian for all platforms

yaml_as 'tag:hackety.org,2007:shy'
attr_accessor :name, :creator, :version, :launch
Expand Down

0 comments on commit 4ab9ee2

Please sign in to comment.