diff options
Diffstat (limited to 'lib/libstand/bzipfs.c')
-rw-r--r-- | lib/libstand/bzipfs.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/lib/libstand/bzipfs.c b/lib/libstand/bzipfs.c index b017608..ff1514e 100644 --- a/lib/libstand/bzipfs.c +++ b/lib/libstand/bzipfs.c @@ -320,8 +320,6 @@ bzf_seek(struct open_file *f, off_t offset, int where) case SEEK_CUR: target = offset + bzf->bzf_bzstream.total_out_lo32; break; - case SEEK_END: - target = -1; default: errno = EINVAL; return(-1); |