mirror of
https://github.com/gnif/LookingGlass.git
synced 2024-11-10 08:38:20 +00:00
[client] app: fix reversed ds init logic
This commit is contained in:
parent
7d2c9ec447
commit
cc521eab90
@ -735,7 +735,7 @@ static int lg_run(void)
|
|||||||
};
|
};
|
||||||
|
|
||||||
g_state.dsInitialized = g_state.ds->init(params);
|
g_state.dsInitialized = g_state.ds->init(params);
|
||||||
if (g_state.dsInitialized)
|
if (!g_state.dsInitialized)
|
||||||
{
|
{
|
||||||
DEBUG_ERROR("Failed to initialize the displayserver backend");
|
DEBUG_ERROR("Failed to initialize the displayserver backend");
|
||||||
return -1;
|
return -1;
|
||||||
|
Loading…
Reference in New Issue
Block a user