diff options
Diffstat (limited to 'src/listnav.c')
| -rw-r--r-- | src/listnav.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/listnav.c b/src/listnav.c index 28db2d3..5212ec0 100644 --- a/src/listnav.c +++ b/src/listnav.c @@ -13,6 +13,7 @@ void listnav_update_bounds(struct listnav *nav, int min, int max) { ASSERT(max >= min); + nav->min = min; nav->max = max; listnav_update_wlen(nav, MIN(nav->wlen, nav->max - nav->min)); |
