]> git.sesse.net Git - vlc/commitdiff
* Fixed a typo in yesterday's BeOS changes.
authorSam Hocevar <sam@videolan.org>
Thu, 12 Apr 2001 08:24:30 +0000 (08:24 +0000)
committerSam Hocevar <sam@videolan.org>
Thu, 12 Apr 2001 08:24:30 +0000 (08:24 +0000)
src/misc/beos_specific.cpp

index f0064effc01d7b8dbcb1d4cbb9e4bb4459395e06..b8c1deb115970d4cbc9bd47a7a4b79cf43d02d07 100644 (file)
@@ -2,7 +2,7 @@
  * beos_init.cpp: Initialization for BeOS specific features 
  *****************************************************************************
  * Copyright (C) 1999, 2000 VideoLAN
- * $Id: beos_specific.cpp,v 1.7 2001/04/12 01:52:45 sam Exp $
+ * $Id: beos_specific.cpp,v 1.8 2001/04/12 08:24:30 sam Exp $
  *
  * Authors: Jean-Marc Dressler <polux@via.ecp.fr>
  *
@@ -62,7 +62,7 @@ void system_Create( int *pi_argc, char *ppsz_argv[], char *ppsz_env[] )
     app_info info; 
     
     be_app = NULL;
-    vlc_thread_create( &beos_app_thread, "app thread", (vlc_thread_func_t)beos_AppThread, 0 );
+    vlc_thread_create( &beos_app_thread, "app thread", (vlc_thread_func_t)system_AppThread, 0 );
     while( be_app == NULL )
         msleep( 5000 );