search for: dummy_o

Displaying 2 results from an estimated 2 matches for "dummy_o".

2002 Jan 02
2
macosx (lots of little changes)
...s using NULL instead of the dummy variable. --- ogg123/callbacks.c.orig Wed Jan 2 01:25:13 2002 +++ ogg123/callbacks.c Tue Jan 1 18:14:29 2002 @@ -40,10 +40,11 @@ audio_reopen_arg_t *reopen_arg = (audio_reopen_arg_t *) arg; audio_device_t *current; ao_sample_format format; + int dummy_o; /* We DO NOT want to get cancelled part way through this and have our audio devices in an unknown state */ - pthread_setcancelstate(PTHREAD_CANCEL_DISABLE, NULL); + pthread_setcancelstate(PTHREAD_CANCEL_DISABLE, &dummy_o); <p> close_audio_devices (reopen_arg->devices...
2002 Jan 02
2
macosx (lots of little changes)
...s using NULL instead of the dummy variable. --- ogg123/callbacks.c.orig Wed Jan 2 01:25:13 2002 +++ ogg123/callbacks.c Tue Jan 1 18:14:29 2002 @@ -40,10 +40,11 @@ audio_reopen_arg_t *reopen_arg = (audio_reopen_arg_t *) arg; audio_device_t *current; ao_sample_format format; + int dummy_o; /* We DO NOT want to get cancelled part way through this and have our audio devices in an unknown state */ - pthread_setcancelstate(PTHREAD_CANCEL_DISABLE, NULL); + pthread_setcancelstate(PTHREAD_CANCEL_DISABLE, &dummy_o); <p> close_audio_devices (reopen_arg->devices...