git-svn-id: file:///home/svn/framework3/trunk@7369 4d416f70-5f16-0410-b530-b9f4589650da
unstable
James Lee 2009-11-05 21:23:28 +00:00
parent e3e2d01fd2
commit df2f2c0711
1 changed files with 2 additions and 2 deletions

View File

@ -1651,7 +1651,7 @@ module Zip
# If nil, start with empty.
return false
elsif binstr[0,2] != self.class.const_get(:HEADER_ID)
$stderr.puts "Warning: weired extra feild header ID. skip parsing"
$stderr.puts "Warning: weird extra feild header ID. skip parsing"
return false
end
[binstr[2,2].unpack("v")[0], binstr[4..-1]]
@ -1844,4 +1844,4 @@ end # Zip namespace module
# Copyright (C) 2002, 2003 Thomas Sondergaard
# rubyzip is free software; you can redistribute it and/or
# modify it under the terms of the ruby license.
# modify it under the terms of the ruby license.