[vlc-devel] commit: macosx: typo s/pthread_test_cancel/pthread_testcancel/ (Pierre d' Herbemont )
git version control
git at videolan.org
Sat Sep 20 19:43:45 CEST 2008
vlc | branch: master | Pierre d'Herbemont <pdherbemont at videolan.org> | Sat Sep 20 19:46:50 2008 +0200| [204fbab2fb255358ee238ddd42a332b691190389] | committer: Pierre d'Herbemont
macosx: typo s/pthread_test_cancel/pthread_testcancel/
> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=204fbab2fb255358ee238ddd42a332b691190389
---
modules/gui/macosx/intf.m | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/modules/gui/macosx/intf.m b/modules/gui/macosx/intf.m
index 2b08386..250981f 100644
--- a/modules/gui/macosx/intf.m
+++ b/modules/gui/macosx/intf.m
@@ -1440,7 +1440,7 @@ static void * manage_cleanup( void * args )
vlc_mutex_unlock( &p_intf->change_lock );
- pthread_test_cancel(); /* In 10.5 nanosleep is not a cancellation point */
+ pthread_testcancel(); /* In 10.5 nanosleep is not a cancellation point */
msleep( INTF_IDLE_SLEEP );
[pool release];
More information about the vlc-devel
mailing list