Commit ae578e67 authored by Laurent Aimar's avatar Laurent Aimar

Fixed support for negative module priority.

parent 1f0135f4
......@@ -382,7 +382,7 @@ module_t **module_list_get (size_t *n)
typedef struct module_list_t
{
module_t *p_module;
uint16_t i_score;
int16_t i_score;
bool b_force;
} module_list_t;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment