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:
Glenn L McGrath
2004-02-21 09:20:56 +00:00
parent 96099d51b6
commit 15c3512614
3 changed files with 6 additions and 7 deletions

View File

@@ -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);
}
}