mirror of
https://github.com/termux-pacman/termux-packages.git
synced 2026-02-17 23:30:51 +00:00
10 lines
313 B
Diff
10 lines
313 B
Diff
--- a/libkwave/Utils.cpp 2026-01-06 09:10:28.000000000 +0530
|
|
+++ b/libkwave/Utils.cpp 2026-01-29 16:44:17.687800994 +0530
|
|
@@ -38,7 +38,6 @@
|
|
//***************************************************************************
|
|
void Kwave::yield()
|
|
{
|
|
- pthread_testcancel();
|
|
QThread::yieldCurrentThread();
|
|
}
|