소스 검색

Break when watch desc becomes 0

master
Arun Prakash Jana 5 년 전
부모
커밋
b0960a2e3d
No known key found for this signature in database GPG 키 ID: A75979F35C080412
1개의 변경된 파일5개의 추가작업 그리고 0개의 파일을 삭제
  1. +5
    -0
      src/nnn.c

+ 5
- 0
src/nnn.c 파일 보기

@@ -1454,11 +1454,16 @@ static int nextsel(int presel)
event = (struct inotify_event *) ptr;
DPRINTF_D(event->wd);
DPRINTF_D(event->mask);
if (!event->wd)
break;

if (event->mask & INOTIFY_MASK) {
c = CONTROL('L');
DPRINTF_S("issue refresh");
break;
}
}
DPRINTF_S("inotify read done");
}
}
#elif defined(BSD_KQUEUE)


불러오는 중...
취소
저장