Backport 58332: Fix Coverity #159.
This code was broken if save() returned a negative number since i contained a boolean value and then we compared i < 0 which should never be true.
Showing
Please
register
or
sign in
to comment
This code was broken if save() returned a negative number since i contained a boolean value and then we compared i < 0 which should never be true.