diff --git a/nselib/ls.lua b/nselib/ls.lua index eb4599274..d4887ea89 100644 --- a/nselib/ls.lua +++ b/nselib/ls.lua @@ -211,7 +211,7 @@ function add_file(output, file) local size = get_size(info) if size then curvol["bytes"] = curvol["bytes"] + size - info = size + info = tostring(size) end end tab.add(files, i, info)