diff options
author | Ken Raeburn <raeburn@cygnus> | 1993-03-23 17:50:26 +0000 |
---|---|---|
committer | Ken Raeburn <raeburn@cygnus> | 1993-03-23 17:50:26 +0000 |
commit | 33446e909348ff3038e94f626ba23f4751884fb4 (patch) | |
tree | 7e934b047f9da35035eacbb3c0b0f04c5cb79e6b /bfd | |
parent | bfb33935d4a70a09d1ed9b0c2fd15952b171f7d9 (diff) | |
download | gdb-33446e909348ff3038e94f626ba23f4751884fb4.zip gdb-33446e909348ff3038e94f626ba23f4751884fb4.tar.gz gdb-33446e909348ff3038e94f626ba23f4751884fb4.tar.bz2 |
oops, left some debug code in
Diffstat (limited to 'bfd')
-rw-r--r-- | bfd/libbfd.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bfd/libbfd.c b/bfd/libbfd.c index ceae2c7..8665b23 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 |