]> git.zerfleddert.de Git - proxmark3-svn/blobdiff - client/lualibs/html_dumplib.lua
Merge branch 'master' into topaz
[proxmark3-svn] / client / lualibs / html_dumplib.lua
index 44b6b352b00e41cfd0b7fa89116cbce1b486d46d..566128f7dde5324f5db084fc8d008517cb958365 100644 (file)
@@ -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
@@ -192,7 +192,7 @@ end
 return {
        convert_bin_to_html = convert_bin_to_html,
        convert_eml_to_html = convert_eml_to_html,
-    convert_eml_to_bin = convert_eml_to_bin,   
-    SaveAsBinary = save_BIN,
+       convert_eml_to_bin = convert_eml_to_bin,
+       SaveAsBinary = save_BIN,
        SaveAsText = save_TEXT,
 }
Impressum, Datenschutz