1
0
mirror of https://github.com/moparisthebest/curl synced 2024-12-21 23:58:49 -05:00

made 'X to Y' sequences not include X twice

This commit is contained in:
Daniel Stenberg 2001-03-13 22:14:53 +00:00
parent dfbd45142d
commit 048e654514

View File

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