made 'X to Y' sequences not include X twice

This commit is contained in:
Daniel Stenberg 2001-03-13 22:14:53 +00:00
Родитель dfbd45142d
Коммит 048e654514
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

@ -619,7 +619,7 @@ EOHELP
}
}
elsif($ARGV[0] =~ /^to$/i) {
$fromnum = $number;
$fromnum = $number+1;
}
} while(shift @ARGV);