Skip to content
Snippets Groups Projects
Commit 8edbe262 authored by Daniel Stenberg's avatar Daniel Stenberg
Browse files

fix little flaw that could make the transfer loop end prematurely

parent 4cd7f854
No related branches found
No related tags found
No related merge requests found
......@@ -155,6 +155,8 @@ int main(void)
}
if (C < CNT) {
init(cm, C++);
U++; /* just to prevent it from remaining at 0 if there are more
URLs to get */
}
}
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment