Skip to content
  • Ernestas Kulik's avatar
    rr-config: cast mode id to uint32_t · c8db18bd
    Ernestas Kulik authored
    In some places it’s used as an unsigned int, in other cases it’s signed,
    so this just casts the -1 in a ternary expression to uint32_t, which
    makes no difference.
    c8db18bd