mirror of
https://github.com/jarun/nnn.git
synced 2025-03-12 17:54:04 +00:00
Fix crc8 match on range selection
This commit is contained in:
parent
951d43eb77
commit
afdec4a573
1 changed files with 1 additions and 2 deletions
|
@ -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();
|
||||
|
|
Loading…
Add table
Reference in a new issue