From: Ido Schimmel <ido...@idosch.org> Date: Thu, 27 Jun 2019 16:52:55 +0300
> + for (i = 0; i < num_rec; ++i) { Please use the more canonical "i++" here, thank you.
From: Ido Schimmel <ido...@idosch.org> Date: Thu, 27 Jun 2019 16:52:55 +0300
> + for (i = 0; i < num_rec; ++i) { Please use the more canonical "i++" here, thank you.