• Max Kellermann's avatar
    stored_playlist: unsigned index arguments · 39584572
    Max Kellermann authored
    Pass index arguments as unsigned integers.  They must not be negative,
    and even if some caller accidently passes -1, it won't pass the bound
    checks (since it's now 2**32-1).
    39584572
stored_playlist.h 1.7 KB