mirror of
https://github.com/gnif/LookingGlass.git
synced 2025-01-03 03:07:11 +00:00
[host] app: revert unintended change from last commit
This commit is contained in:
parent
34e8a2255e
commit
e376e6fb53
1 changed files with 1 additions and 1 deletions
|
@ -398,7 +398,7 @@ static bool captureStart(void)
|
||||||
return false;
|
return false;
|
||||||
}
|
}
|
||||||
|
|
||||||
if (app.iface->start && app.iface->start())
|
if (app.iface->start && !app.iface->start())
|
||||||
{
|
{
|
||||||
DEBUG_ERROR("Failed to start the capture device");
|
DEBUG_ERROR("Failed to start the capture device");
|
||||||
return false;
|
return false;
|
||||||
|
|
Loading…
Reference in a new issue