Skip to content

Commit

Permalink
WIP
Browse files Browse the repository at this point in the history
  • Loading branch information
byroot committed Aug 4, 2023
1 parent 288460f commit 3f8ee68
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/mini_mime.rb
Original file line number Diff line number Diff line change
Expand Up @@ -115,7 +115,7 @@ def initialize(path, sort_order)
@path = path
@file = PReadFile.new(@path)

@row_length = @file.readline("\n").length
@row_length = p(@file.readline("\n")).length
@file_length = File.size(@path)
@rows = @file_length / @row_length

Expand Down

0 comments on commit 3f8ee68

Please sign in to comment.