• Max Kellermann's avatar
    command: added check_unsigned() / check_bool() · 95ae1d9e
    Max Kellermann authored
    Many command arguments must not be negative; add a separate
    parser/checker function for that.  For the same reason, add
    check_bool().  This eliminates two strange special cases handlers from
    check_int().
    95ae1d9e
command.c 38.4 KB