From 33446e909348ff3038e94f626ba23f4751884fb4 Mon Sep 17 00:00:00 2001 From: Ken Raeburn Date: Tue, 23 Mar 1993 17:50:26 +0000 Subject: [PATCH] oops, left some debug code in --- bfd/libbfd.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.30.2