• Max Kellermann's avatar
    playlist: unsigned integers · bc938603
    Max Kellermann authored
    There are some integers which have a "magic" -1 value which means
    "undefined" or "nothing".  All others can be converted to unsigned,
    since they must not contain a negative number.
    bc938603
playlist.c 33 KB