No need to seek if not a valid object as the offset should already be at the next...
authorRobert Pengelly <robertapengelly@hotmail.com>
Tue, 29 Apr 2025 07:20:00 +0000 (08:20 +0100)
committerRobert Pengelly <robertapengelly@hotmail.com>
Tue, 29 Apr 2025 07:20:00 +0000 (08:20 +0100)
ranlib.c

index 721f193bbe63c9122cba6a98cc5d8232d70396d6..5b813772af90032bd7b0a60ae9cefdf75af30dc6 100644 (file)
--- a/ranlib.c
+++ b/ranlib.c
@@ -457,8 +457,6 @@ void ranlib (void) {
         
         offset += sizeof (hdr);
         offset += bytes;
-        
-        fseek (arfp, bytes, SEEK_CUR);
     
     }