projects
/
xar.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
bfdb641
)
No need to seek if not a valid object as the offset should already be at the next...
author
Robert Pengelly
<robertapengelly@hotmail.com>
Tue, 29 Apr 2025 07:20:00 +0000
(08:20 +0100)
committer
Robert Pengelly
<robertapengelly@hotmail.com>
Tue, 29 Apr 2025 07:20:00 +0000
(08:20 +0100)
ranlib.c
patch
|
blob
|
history
diff --git
a/ranlib.c
b/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);
}