mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-02-14 03:03:14 +08:00
Fixed linebreak error
This commit is contained in:
parent
b3123cf603
commit
412afdb87b
1 changed files with 1 additions and 2 deletions
|
@ -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
|
||||||
|
|
Loading…
Reference in a new issue