]> granicus.if.org Git - curl/commit
tool_urlglob.c: reverse two loops
authorDaniel Stenberg <daniel@haxx.se>
Sun, 14 Dec 2014 22:32:53 +0000 (23:32 +0100)
committerDaniel Stenberg <daniel@haxx.se>
Sun, 14 Dec 2014 22:34:07 +0000 (23:34 +0100)
commitdc19789444103512014d6e8c396403a54751e918
tree9b2bd15c93a76023329e2307264bcb7e4bb93884
parent64854c036451436fea9311313167e37f5580d3a6
tool_urlglob.c: reverse two loops

By counting from 0 and up instead of backwards like before, we remove
the need for the "funny" check of the unsigned variable when decreased
passed zero. Easier to read and less risk for compiler warnings.
src/tool_urlglob.c