projects
/
proxmark3-svn
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
hardnested: reduce disk space for tables (by > 700MBytes) and other minor changes
[proxmark3-svn]
/
client
/
scripts
/
dumptoemul.lua
diff --git
a/client/scripts/dumptoemul.lua
b/client/scripts/dumptoemul.lua
index f9b715091c7e2ebe92b2532d02f4249c13538501..f8cc11d455da2fa0bbea72fab9bb0c389b680d0d 100644
(file)
--- a/
client/scripts/dumptoemul.lua
+++ b/
client/scripts/dumptoemul.lua
@@
-73,7
+73,8
@@
local function convert_to_emulform(hexdata)
for i = 1, string.len(hexdata),32 do
ascii = ascii ..string.sub(hexdata,i,i+31).."\n"
end
- return ascii
+
+ return string.sub(ascii,1,-1)
end
local function main(args)
Impressum
,
Datenschutz