aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/nnn.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/nnn.c b/src/nnn.c
index a5d8792..422e13f 100644
--- a/src/nnn.c
+++ b/src/nnn.c
@@ -4095,9 +4095,8 @@ nochange:
startselection();
rangesel ^= 1;
- g_crc = crc8fast((uchar *)dents, ndents * sizeof(struct entry));
-
if (rangesel) { /* Range selection started */
+ g_crc = crc8fast((uchar *)dents, ndents * sizeof(struct entry));
selstartid = cur;
mvprintw(xlines - 1, 0, "range selection on\n");
xdelay();