oops, left some debug code in
authorKen Raeburn <raeburn@cygnus>
Tue, 23 Mar 1993 17:50:26 +0000 (17:50 +0000)
committerKen Raeburn <raeburn@cygnus>
Tue, 23 Mar 1993 17:50:26 +0000 (17:50 +0000)
bfd/libbfd.c

index ceae2c7..8665b23 100644 (file)
@@ -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