]> git.zerfleddert.de Git - proxmark3-svn/commitdiff
Fixed error in htmldumper
authormartin.holst@gmail.com <martin.holst@gmail.com@ef4ab9da-24cd-11de-8aaa-f3a34680c41f>
Thu, 3 Oct 2013 13:26:17 +0000 (13:26 +0000)
committermartin.holst@gmail.com <martin.holst@gmail.com@ef4ab9da-24cd-11de-8aaa-f3a34680c41f>
Thu, 3 Oct 2013 13:26:17 +0000 (13:26 +0000)
client/scripts/htmldump.lua

index e9d35443375ecba80cae216a665f74544d3218fe..22e785f7c5a5c286f4780b54ab4393900640826e 100644 (file)
@@ -65,7 +65,6 @@ end
 
 local function main(args)
 
-       print(desc)
        local input = "dumpdata.bin"
        local output = os.date("%Y-%m-%d_%H%M%S.html");
        for o, a in getopt.getopt(args, 'i:o:h') do
@@ -77,7 +76,7 @@ local function main(args)
        
        local infile = io.open(input, "r")
        if infile == nil then 
-               return ("Could not read file ", input)
+               return oops("Could not read file ", input)
        end
        --lokal skel = require("skel")
        local dumpdata = readdump(infile)
Impressum, Datenschutz