audit: read formula text in binmode
This commit is contained in:
parent
eebef9b2d4
commit
62e79c8d09
@ -56,7 +56,7 @@ end
|
||||
|
||||
class FormulaText
|
||||
def initialize path
|
||||
@text = path.open('r') { |f| f.read }
|
||||
@text = path.open("rb", &:read)
|
||||
end
|
||||
|
||||
def without_patch
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user