We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ec65e15 commit d970f78Copy full SHA for d970f78
tools/parse-packets-from-file.lua
@@ -31,7 +31,7 @@ end
31
print(string.format("-- using protocol version %s", protocol_version_arg))
32
33
-- reading hex file
34
-local file = assert(io.open(input_file_arg), "failed to read input file")
+local file = assert(io.open(input_file_arg), "failed to open input file")
35
local hex = file:read("*a")
36
hex = extract_hex(hex)
37
0 commit comments