Procházet zdrojové kódy

Fix crc8 match on range selection

master
Arun Prakash Jana před 5 roky
rodič
revize
afdec4a573
V databázi nebyl nalezen žádný známý klíč pro tento podpis ID GPG klíče: A75979F35C080412
1 změnil soubory, kde provedl 1 přidání a 2 odebrání
  1. +1
    -2
      src/nnn.c

+ 1
- 2
src/nnn.c Zobrazit soubor

@@ -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();


Načítá se…
Zrušit
Uložit