mirror of
https://github.com/Proxmark/proxmark3.git
synced 2025-08-14 02:26:59 -07:00
Reverted some minor things, altered other things to get it to compile cleanly
This commit is contained in:
parent
8e863ab641
commit
31d1caa526
9 changed files with 25 additions and 20 deletions
|
@ -49,7 +49,7 @@ end
|
|||
|
||||
local function save_TEXT(data,filename)
|
||||
-- Open the output file
|
||||
local outfile = io.open(filename, "wb")
|
||||
local outfile = io.open(filename, "w")
|
||||
if outfile == nil then
|
||||
return oops(string.format("Could not write to file %s",tostring(filename)))
|
||||
end
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue