projects
/
binutils-gdb.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
bfb3393
)
oops, left some debug code in
author
Ken Raeburn
<raeburn@cygnus>
Tue, 23 Mar 1993 17:50:26 +0000
(17:50 +0000)
committer
Ken Raeburn
<raeburn@cygnus>
Tue, 23 Mar 1993 17:50:26 +0000
(17:50 +0000)
bfd/libbfd.c
patch
|
blob
|
history
diff --git
a/bfd/libbfd.c
b/bfd/libbfd.c
index ceae2c73213b1ccbaacb76362f4bf82b8d4bc006..8665b238ec2804c104a96990ab902ac7b4351bf8 100644
(file)
--- a/
bfd/libbfd.c
+++ b/
bfd/libbfd.c
@@
-266,7
+266,7
@@
DEFUN(bfd_seek,(abfd, position, direction),
if (direction == SEEK_SET && position == 0)
return 0;
#ifdef FILE_OFFSET_IS_CHAR_INDEX
- if (
x > 0 &&
direction == SEEK_SET && position == abfd->where)
+ if (direction == SEEK_SET && position == abfd->where)
return 0;
#endif