Skip to content

Commit ac0efee

Browse files
committed
fixed crash on mac
1 parent db83b2e commit ac0efee

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/searchdha.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2545,7 +2545,7 @@ class KqueueEvents_c : public IterableEvents_c
25452545

25462546
const struct kevent & tEv = m_dReady[m_iIterEv];
25472547

2548-
m_pIter = (ListedData_t *) tEv.data;
2548+
m_pIter = (ListedData_t *) tEv.udata;
25492549
m_tIter.m_pData = m_pIter->m_pData;
25502550

25512551
if ( tEv.flags & EVFILT_READ )

0 commit comments

Comments
 (0)