diff options
author | Lars Henriksen <LarsHenriksen@get2net.dk> | 2019-03-07 20:38:08 +0100 |
---|---|---|
committer | Lukas Fleischer <lfleischer@calcurse.org> | 2019-05-22 01:56:59 -0400 |
commit | 06a4449afae29d4dd0e5d49249674511bb1f4489 (patch) | |
tree | 89c30897500ec5a8d724c161b87eef365fb81d84 /src/apoint.c | |
parent | df2cb2a9c024b167fdca3b0b91e27fe7bb47b5a8 (diff) | |
download | calcurse-06a4449afae29d4dd0e5d49249674511bb1f4489.tar.gz calcurse-06a4449afae29d4dd0e5d49249674511bb1f4489.zip |
Fix initialization of the day_items vector
This patch fixes all failings tests, but one, in PR #193.
Until now the missing initialization of day_items_nb has caused no
problems, because the variable was assigned to (=) before being used. In
the Multiple days implementation it is repeatedly increased (+=) in a
loop without being initialized first. Indeed, this may considered an
easily fixed bug. But the initialization really belongs in
day_init_vector() so that the call day_item_count(0) returns 0 if done
right after the call day_init_vector(). The bug only shows up in command
line mode because day_items_nb is not used in interactive mode.
Signed-off-by: Lars Henriksen <LarsHenriksen@get2net.dk>
Signed-off-by: Lukas Fleischer <lfleischer@calcurse.org>
Diffstat (limited to 'src/apoint.c')
0 files changed, 0 insertions, 0 deletions