Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
GSoC
GSoC2018
macOS
vlc
Commits
ae578e67
Commit
ae578e67
authored
Oct 08, 2008
by
Laurent Aimar
Browse files
Fixed support for negative module priority.
parent
1f0135f4
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/modules/modules.c
View file @
ae578e67
...
...
@@ -382,7 +382,7 @@ module_t **module_list_get (size_t *n)
typedef
struct
module_list_t
{
module_t
*
p_module
;
u
int16_t
i_score
;
int16_t
i_score
;
bool
b_force
;
}
module_list_t
;
...
...
Write
Preview
Supports
Markdown
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