tool_urlglob.c: added some comments to clarify for loop conditions
authorMarc Hoersken <info@marc-hoersken.de>
Fri, 18 Apr 2014 21:28:26 +0000 (23:28 +0200)
committerMarc Hoersken <info@marc-hoersken.de>
Fri, 18 Apr 2014 21:28:26 +0000 (23:28 +0200)
commit667d133dab461ceabc2698d04700d2eeb6c83eee
tree6e2218514aef5d9a86b24785fa762e2987d47d77
parente81bdab13eda838b864148f307acc549444fb57d
tool_urlglob.c: added some comments to clarify for loop conditions

I was tempted to change those to >= 0 until I saw that this is
actually a for loop that terminates once i underflows.
src/tool_urlglob.c