Skip to content
  • Luflosi's avatar
    Use the correct type in a for loop · cb49e182
    Luflosi authored
    The `sizeof()` operator has the type `size_t`, so the `for` loop
    iterating over it should use the same type.
    
    Closes #1614.
    
    (cherry picked from commit 74a46dfa0cca79e871b24dbbb9e595b4fe65e0f6)
    cb49e182