audit: read formula text in binmode

This commit is contained in:
Jack Nagel 2014-06-04 15:37:36 -05:00
parent eebef9b2d4
commit 62e79c8d09

View File

@ -56,7 +56,7 @@ end
class FormulaText class FormulaText
def initialize path def initialize path
@text = path.open('r') { |f| f.read } @text = path.open("rb", &:read)
end end
def without_patch def without_patch