]> granicus.if.org Git - curl/commit
tool_urlglob.c: Silence warning C6293: Ill-defined for-loop
authorMarc Hoersken <info@marc-hoersken.de>
Sun, 14 Dec 2014 21:45:06 +0000 (22:45 +0100)
committerMarc Hoersken <info@marc-hoersken.de>
Sun, 14 Dec 2014 21:45:06 +0000 (22:45 +0100)
commitd8efde07e556c42ee35ddc0bcc6daf4d13c948a9
tree9fcbbfd4c218b7e010a4b35c5c14c4205e893f70
parent2ffbd7afacf558af79c9f06f888f94a2699900c7
tool_urlglob.c: Silence warning C6293: Ill-defined for-loop

The >= 0 is actually not required, since i underflows and
the for-loop is stopped using the < condition, but this
makes the VS2012 compiler and code analysis happy.
src/tool_urlglob.c