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.
parent
64854c03
Please register or sign in to comment