mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-01 22:05:08 +00:00
16 lines
384 B
Plaintext
16 lines
384 B
Plaintext
|
*** mediatool/kaudio.cpp.orig Mon Jan 18 11:58:21 1999
|
||
|
--- mediatool/kaudio.cpp Fri Feb 19 18:49:31 1999
|
||
|
***************
|
||
|
*** 192,196 ****
|
||
|
void KAudio::sync()
|
||
|
{
|
||
|
! while ( StatChunk->sync_id != KeysChunk->sync_id )
|
||
|
usleep(10*1000);
|
||
|
}
|
||
|
--- 192,196 ----
|
||
|
void KAudio::sync()
|
||
|
{
|
||
|
! while ( StatChunk && StatChunk->sync_id != KeysChunk->sync_id )
|
||
|
usleep(10*1000);
|
||
|
}
|