]> granicus.if.org Git - curl/commit
curl: glob_range: no need to check unsigned variable for negative
authorDaniel Stenberg <daniel@haxx.se>
Mon, 14 Mar 2016 09:50:53 +0000 (10:50 +0100)
committerDaniel Stenberg <daniel@haxx.se>
Mon, 14 Mar 2016 09:51:25 +0000 (10:51 +0100)
commit4ef6d6b1bc8c4345f81531274492f188c8e99976
tree84ef422869caa1518f0ef7ade63e515d91243d0d
parent2ad3cf2fba65fb54931371441a712eccb274188c
curl: glob_range: no need to check unsigned variable for negative

cppcheck warned:

[src/tool_urlglob.c:283]: (style) Checking if unsigned variable 'step_n'
is less than zero.
src/tool_urlglob.c