diff options
Diffstat (limited to 'io.c')
| -rw-r--r-- | io.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -5821,7 +5821,7 @@ argf_init(struct argf *p, VALUE v) { p->filename = Qnil; p->current_file = Qnil; - p->lineno = Qnil; + p->lineno = INT2FIX(0); p->argv = v; } |
