oops, left some debug code in

This commit is contained in:
Ken Raeburn 1993-03-23 17:50:26 +00:00
parent bfb33935d4
commit 33446e9093
1 changed files with 1 additions and 1 deletions

View 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