|
|
write_chunk_file(WFile0 = #wfile{fd = IoDev, pos = Pos, abspath = AbsPath}, Pos, More, Chunk) ->
|
|
write_chunk_file(WFile0 = #wfile{fd = IoDev, pos = Pos, abspath = AbsPath}, Pos, More, Chunk) ->
|
|
|
WFile1 = WFile0#wfile{pos = Pos + ChunkSize},
|
|
WFile1 = WFile0#wfile{pos = Pos + ChunkSize},
|