瀏覽代碼

Fix crc8 match on range selection

master
Arun Prakash Jana 5 年之前
父節點
當前提交
afdec4a573
沒有發現已知的金鑰在資料庫的簽署中 GPG 金鑰 ID: A75979F35C080412
共有 1 個檔案被更改,包括 1 行新增2 行删除
  1. +1
    -2
      src/nnn.c

+ 1
- 2
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();


Loading…
取消
儲存