summaryrefslogtreecommitdiff
path: root/io.c
diff options
context:
space:
mode:
Diffstat (limited to 'io.c')
-rw-r--r--io.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/io.c b/io.c
index dea947e1fa..bd35ae77f5 100644
--- a/io.c
+++ b/io.c
@@ -820,7 +820,7 @@ io_binmode(io)
fptr->mode |= FMODE_BINMODE;
#endif
- return INT2FIX(0);
+ return io;
}
int