Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
V
vlc-2-2
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-2-2
Commits
0f15b563
Commit
0f15b563
authored
May 22, 2002
by
Sam Hocevar
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
* ./src/misc/modules.c: disabled module autohide until we find out why a
reloaded module sometimes does not work properly.
parent
2bb1112c
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
2 deletions
+4
-2
src/misc/modules.c
src/misc/modules.c
+4
-2
No files found.
src/misc/modules.c
View file @
0f15b563
...
@@ -2,7 +2,7 @@
...
@@ -2,7 +2,7 @@
* modules.c : Built-in and plugin modules management functions
* modules.c : Built-in and plugin modules management functions
*****************************************************************************
*****************************************************************************
* Copyright (C) 2001 VideoLAN
* Copyright (C) 2001 VideoLAN
* $Id: modules.c,v 1.6
0 2002/05/18 14:03:13 gbazin
Exp $
* $Id: modules.c,v 1.6
1 2002/05/22 17:19:46 sam
Exp $
*
*
* Authors: Samuel Hocevar <sam@zoy.org>
* Authors: Samuel Hocevar <sam@zoy.org>
* Ethan C. Baldridge <BaldridgeE@cadmus.com>
* Ethan C. Baldridge <BaldridgeE@cadmus.com>
...
@@ -228,7 +228,9 @@ void module_ManageBank( void )
...
@@ -228,7 +228,9 @@ void module_ManageBank( void )
{
{
if
(
p_module
->
i_unused_delay
<
MODULE_HIDE_DELAY
)
if
(
p_module
->
i_unused_delay
<
MODULE_HIDE_DELAY
)
{
{
p_module
->
i_unused_delay
++
;
/* FIXME: sometimes a module that has been unloaded does not
* work properly when loaded again. Check what's wrong. */
//p_module->i_unused_delay++;
}
}
else
else
{
{
...
...
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