mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2024-12-29 11:52:59 +08:00
CHG: just made sure it uses a default file name now.
This commit is contained in:
parent
d71d59dbd1
commit
553e868f25
1 changed files with 1 additions and 3 deletions
|
@ -37,9 +37,7 @@ local Utils =
|
|||
------------ FILE READING
|
||||
ReadDumpFile = function (filename)
|
||||
|
||||
if filename == nil then
|
||||
return nil, 'Filename is empty'
|
||||
end
|
||||
filename = filename or 'dumpdata.bin'
|
||||
if #filename == 0 then
|
||||
return nil, 'Filename length is zero'
|
||||
end
|
||||
|
|
Loading…
Reference in a new issue