mirror of
https://github.com/gnif/LookingGlass.git
synced 2025-08-09 20:24:14 +00:00
[host] app: revert unintended change from last commit
This commit is contained in:
@@ -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;
|
||||||
|
Reference in New Issue
Block a user