One less loop iteration in setup_propagate_units().
Had a do { ... } while() loop which could have been a simple while with the same condition.
Loading
Please register or sign in to comment
Had a do { ... } while() loop which could have been a simple while with the same condition.