mirror of
https://github.com/gnif/LookingGlass.git
synced 2025-02-20 18:31:22 +00:00
[client] app: fix reversed ds init logic
This commit is contained in:
parent
7d2c9ec447
commit
cc521eab90
1 changed files with 1 additions and 1 deletions
|
@ -735,7 +735,7 @@ static int lg_run(void)
|
|||
};
|
||||
|
||||
g_state.dsInitialized = g_state.ds->init(params);
|
||||
if (g_state.dsInitialized)
|
||||
if (!g_state.dsInitialized)
|
||||
{
|
||||
DEBUG_ERROR("Failed to initialize the displayserver backend");
|
||||
return -1;
|
||||
|
|
Loading…
Add table
Reference in a new issue