drape-ptr-refs
master
`segments.size()` has `size_t` type, `i` also has `size_t` type. We inside cycle via `segments`, so `segments.size() > 0`. I can not see any reason to cast size_t to int before comparing. Signed-off-by: Evgeniy A. Dushistov <dushistov@mail.ru>