typo
git-svn-id: file:///home/svn/framework3/trunk@7369 4d416f70-5f16-0410-b530-b9f4589650daunstable
parent
e3e2d01fd2
commit
df2f2c0711
|
@ -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]]
|
||||
|
|
Loading…
Reference in New Issue