mirror of
https://github.com/curl/curl.git
synced 2026-04-30 15:17:51 +03:00
made 'X to Y' sequences not include X twice
This commit is contained in:
parent
dfbd45142d
commit
048e654514
1 changed files with 1 additions and 1 deletions
|
|
@ -619,7 +619,7 @@ EOHELP
|
|||
}
|
||||
}
|
||||
elsif($ARGV[0] =~ /^to$/i) {
|
||||
$fromnum = $number;
|
||||
$fromnum = $number+1;
|
||||
}
|
||||
} while(shift @ARGV);
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue