mirror of
https://github.com/hashcat/hashcat.git
synced 2025-07-02 04:42:36 +00:00
This commit is contained in:
parent
520eb96d6d
commit
6fcf58e106
12
src/shared.c
12
src/shared.c
@ -19871,9 +19871,10 @@ void *thread_keypress (void *p)
|
|||||||
|
|
||||||
if (ch == 0) continue;
|
if (ch == 0) continue;
|
||||||
|
|
||||||
#ifdef _POSIX
|
//https://github.com/hashcat/oclHashcat/issues/302
|
||||||
if (ch != '\n')
|
//#ifdef _POSIX
|
||||||
#endif
|
//if (ch != '\n')
|
||||||
|
//#endif
|
||||||
|
|
||||||
hc_thread_mutex_lock (mux_display);
|
hc_thread_mutex_lock (mux_display);
|
||||||
|
|
||||||
@ -19965,6 +19966,11 @@ void *thread_keypress (void *p)
|
|||||||
break;
|
break;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
//https://github.com/hashcat/oclHashcat/issues/302
|
||||||
|
//#ifdef _POSIX
|
||||||
|
//if (ch != '\n')
|
||||||
|
//#endif
|
||||||
|
|
||||||
hc_thread_mutex_unlock (mux_display);
|
hc_thread_mutex_unlock (mux_display);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user