From 15c3512614d699efe17f1942f1ef414f9ec29b79 Mon Sep 17 00:00:00 2001 From: Glenn L McGrath Date: Sat, 21 Feb 2004 09:20:56 +0000 Subject: Sometimes i get carried away with the use of function pointers, im sure it seemed like a good idea at the time. --- archival/libunarchive/seek_by_char.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'archival/libunarchive/seek_by_char.c') diff --git a/archival/libunarchive/seek_by_char.c b/archival/libunarchive/seek_by_char.c index c0315616e..a50d566f5 100644 --- a/archival/libunarchive/seek_by_char.c +++ b/archival/libunarchive/seek_by_char.c @@ -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); } } -- cgit v1.2.3