Removed invalid append_file_offset from builder.
This commit is contained in:
parent
f61ec6d8f9
commit
0eef1d6d90
@ -43,7 +43,6 @@
|
||||
local ffi = require "ffi"
|
||||
|
||||
ffi.cdef "typedef struct FILE FILE;"
|
||||
local append_file_offset = ffi.cast("void (*)(FILE *, FILE *, FILE *)", append_file_offset)
|
||||
|
||||
local self_path = arg[0]
|
||||
local input_path = arg[1]
|
||||
|
Loading…
Reference in New Issue
Block a user