service/ldr: Resolve sign mismatch warnings
We were performing an int < size_t comparison. We can just correct the type of the induction variable.
Please register or sign in to comment
We were performing an int < size_t comparison. We can just correct the type of the induction variable.