msvcrt: Use size_t to store indexes in qsort.
commit8436b58ee7e3ceced8835b1deebc60193aca0636
authorPiotr Caban <piotr@codeweavers.com>
Tue, 17 Jun 2014 10:48:40 +0000 (17 12:48 +0200)
committerAlexandre Julliard <julliard@winehq.org>
Tue, 17 Jun 2014 11:03:13 +0000 (17 13:03 +0200)
treeb5992a63bec6fbb6056818bd87232c288a2bce4a
parent40067dd0110f0d7d3e354a89c892a67f4e3ecdc3
msvcrt: Use size_t to store indexes in qsort.

It also avoids potential overflow while computing median
position (found by Frédéric Delanoy).
dlls/msvcrt/misc.c