Sometimes i get carried away with the use of function pointers, im sure
it seemed like a good idea at the time.
This commit is contained in:
@@ -27,6 +27,6 @@
|
||||
extern void seek_by_char(const archive_handle_t *archive_handle, const unsigned int jump_size)
|
||||
{
|
||||
if (jump_size) {
|
||||
bb_full_fd_action(archive_handle->src_fd, -1, jump_size, NULL);
|
||||
bb_copyfd_size(archive_handle->src_fd, -1, jump_size);
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user