Put back return on error

This commit is contained in:
Isaac Connor 2020-10-08 09:12:37 -04:00
parent c28ff1f2b4
commit 86e744777c
1 changed files with 2 additions and 2 deletions

View File

@ -869,8 +869,8 @@ Debug(1, "Loading image");
||
( fwrite(img_buffer, img_buffer_size, 1, stdout) != 1 )
) {
//Error("Unable to send stream frame: %s", strerror(errno));
//return false;
Error("Unable to send stream frame: %s", strerror(errno));
return false;
}
} // end if send_raw or not