aboutsummaryrefslogtreecommitdiff
path: root/ch.c
diff options
context:
space:
mode:
Diffstat (limited to 'ch.c')
-rw-r--r--ch.c4
1 files changed, 0 insertions, 4 deletions
diff --git a/ch.c b/ch.c
index 870028c73a23..fb7572e7f88a 100644
--- a/ch.c
+++ b/ch.c
@@ -283,11 +283,7 @@ static int ch_get(void)
read_again = FALSE;
if (n == READ_INTR)
- {
- if (ch_flags & CH_CANSEEK)
- ch_fsize = pos;
return (EOI);
- }
if (n == READ_AGAIN)
{
read_again = TRUE;