Commit 83835f71 authored by Emil Lerner's avatar Emil Lerner Committed by Daniel Stenberg
Browse files

globbing: fix url number calculation when using range with step

In function glob_range, the number of urls was multiplied by (max - min
+ 1), regardless of step. The correct formula is (max - min) / step + 1
parent eb2a6180
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment