From: Ken Raeburn Date: Tue, 23 Mar 1993 17:50:26 +0000 (+0000) Subject: oops, left some debug code in X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=33446e909348ff3038e94f626ba23f4751884fb4;p=binutils-gdb.git oops, left some debug code in --- diff --git a/bfd/libbfd.c b/bfd/libbfd.c index ceae2c73213..8665b238ec2 100644 --- 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