diff options
Diffstat (limited to 'src/stdio-commands.c')
| -rw-r--r-- | src/stdio-commands.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/stdio-commands.c b/src/stdio-commands.c index c2a1c16..34179c3 100644 --- a/src/stdio-commands.c +++ b/src/stdio-commands.c @@ -334,7 +334,7 @@ teco_state_start_typeout(teco_machine_main_t *ctx, GError **error) { gsize from, len; - if (!teco_get_range_args("T", &from, &len, error)) + if (!teco_get_range_args("T", NULL, &from, NULL, &len, error)) return; /* |
