Skip to content

Commit d064100

Browse files
Update src/LinuxPerf.jl
1 parent 5c496df commit d064100

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/LinuxPerf.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -359,7 +359,7 @@ struct Counters
359359
counters::Vector{Counter}
360360
end
361361

362-
_addcommas(i::Int) = _addcommas(string(i))
362+
_addcommas(i::Int64) = _addcommas(string(i))
363363
function _addcommas(s::String)
364364
len = length(s)
365365
t = ""

0 commit comments

Comments
 (0)