aboutsummaryrefslogtreecommitdiffstats
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 17784588bb..0b0a278697 100644
--- a/io.c
+++ b/io.c
@@ -150,7 +150,7 @@ struct argf {
VALUE argv;
char *inplace;
struct rb_io_enc_t encs;
- char init_p, next_p, binmode;
+ int8_t init_p, next_p, binmode;
};
static int max_file_descriptor = NOFILE;