diff --git a/src/nano.c b/src/nano.c index 7ff48ee3..1a80145a 100644 --- a/src/nano.c +++ b/src/nano.c @@ -2379,9 +2379,9 @@ int main(int argc, char **argv) #endif /* If there's a +LINE[,COLUMN] argument here, eat it up. */ if (optind < argc - 1 && argv[optind][0] == '+') { +#ifndef NANO_TINY int n = 1; -#ifndef NANO_TINY while (isalpha(argv[optind][n])) { switch (argv[optind][n++]) { case 'c': SET(CASE_SENSITIVE); break;