lib/rex/ole/header.rb in librex-0.0.4 vs lib/rex/ole/header.rb in librex-0.0.5
- old
+ new
@@ -1,8 +1,8 @@
##
-# $Id: header.rb 8457 2010-02-11 18:36:38Z jduck $
-# Version: $Revision: 8457 $
+# $Id: header.rb 10394 2010-09-20 08:06:27Z jduck $
+# Version: $Revision: 10394 $
##
##
# Rex::OLE - an OLE implementation
# written in 2010 by Joshua J. Drake <jduck [at] metasploit.com>
@@ -89,10 +89,10 @@
ret << " _csectDir => UNALLOCATED" % @_csectDir
end
ret << ",\n"
if (@_csectFat)
- ret << " _csectFat => 0x%08x" % @_csectFat
+ ret << " _csectFat => 0x%08x" % @_csectFat
else
ret << " _csectFat => UNALLOCATED"
end
ret << ",\n"