globbing: curl glob counter mismatch with {} list use
authorDaniel Stenberg <daniel@haxx.se>
Thu, 28 Nov 2013 22:31:31 +0000 (23:31 +0100)
committerDaniel Stenberg <daniel@haxx.se>
Thu, 28 Nov 2013 22:31:31 +0000 (23:31 +0100)
commit0dd6522036daa8468c55c4a0c6b70d1c510e879a
tree254abcdca79984c8440d93775b22e96df94c19bb
parent889cb9c9827fd641187f3926b65a47eb72ed93ac
globbing: curl glob counter mismatch with {} list use

The "fixed string" function wrongly bumped the "urlnum" counter which
made curl output the total number of URLs wrong when using
{one,two,three} lists in globs.

Reported-by: Michael-O
Bug: http://curl.haxx.se/bug/view.cgi?id=1305
src/tool_urlglob.c