end
-- Validate the parameters
- local infile = io.open(input, "r")
+ local infile = io.open(input, "rb")
if infile == nil then
return oops("Could not read file ", input)
end
into a 'main' function, instead of being executed blindly. For future
compatibility, I have done so, but I invoke my main from here.
--]]
-main(args)
\ No newline at end of file
+main(args)