Initialize boolean
This commit was SVN r24048.
Этот коммит содержится в:
родитель
36ce319869
Коммит
db014edb0b
@ -117,7 +117,7 @@ int opal_event_init(void)
|
|||||||
{
|
{
|
||||||
char* event_module_include=NULL;
|
char* event_module_include=NULL;
|
||||||
char **modules=NULL, **includes=NULL;
|
char **modules=NULL, **includes=NULL;
|
||||||
bool dumpit;
|
bool dumpit=false;
|
||||||
int i, j;
|
int i, j;
|
||||||
const struct eventop** _eventop = eventops;
|
const struct eventop** _eventop = eventops;
|
||||||
char available_eventops[1024] = "none";
|
char available_eventops[1024] = "none";
|
||||||
|
Загрузка…
x
Ссылка в новой задаче
Block a user