From: Robert Pengelly Date: Tue, 29 Apr 2025 07:20:00 +0000 (+0100) Subject: No need to seek if not a valid object as the offset should already be at the next... X-Git-Url: https://git.candlhat.org/?a=commitdiff_plain;h=72f973fabf292c9d98aad5d98d587b6ec7bdb878;p=xar.git No need to seek if not a valid object as the offset should already be at the next entry --- diff --git a/ranlib.c b/ranlib.c index 721f193..5b81377 100644 --- a/ranlib.c +++ b/ranlib.c @@ -457,8 +457,6 @@ void ranlib (void) { offset += sizeof (hdr); offset += bytes; - - fseek (arfp, bytes, SEEK_CUR); }