Skip to content
  • Zachary T Welch's avatar
    command_handler_t: make argc unsigned · d22270e0
    Zachary T Welch authored
    The number of command arguments will always be 0 or more, so use
    the right type in handlers.  This has a cascading effect up through
    the layers, but the new COMMAND_HANDLER macros prevented total chaos.
    d22270e0