Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
V
vlc-1.1
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Redmine
Redmine
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Metrics
Environments
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
videolan
vlc-1.1
Commits
ae157b72
Commit
ae157b72
authored
Apr 12, 2001
by
Sam Hocevar
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
* Fixed a typo in yesterday's BeOS changes.
parent
7f66cfca
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
src/misc/beos_specific.cpp
src/misc/beos_specific.cpp
+2
-2
No files found.
src/misc/beos_specific.cpp
View file @
ae157b72
...
...
@@ -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
);
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment