Fixed linebreak error
This commit is contained in:
@@ -59,8 +59,7 @@ local utils = {
|
|||||||
|
|
||||||
local formatString = string.format("H%d", string.len(block))
|
local formatString = string.format("H%d", string.len(block))
|
||||||
local _,hex = bin.unpack(formatString,block)
|
local _,hex = bin.unpack(formatString,block)
|
||||||
file:write(hex)
|
file:write(hex.."\n")
|
||||||
file:write(0x0A) -- Line feed
|
|
||||||
end
|
end
|
||||||
file:close()
|
file:close()
|
||||||
return destination
|
return destination
|
||||||
|
|||||||
Reference in New Issue
Block a user