Remove always false condition
parent
173cc8af21
commit
4805064d61
|
@ -35,8 +35,6 @@ bool FifoStream::sendRAWFrames() {
|
|||
return false;
|
||||
}
|
||||
while ( (bytes_read = read(fd, buffer, RAW_BUFFER)) ) {
|
||||
if ( bytes_read == 0 )
|
||||
continue;
|
||||
if ( bytes_read < 0 ) {
|
||||
Error("Problem during reading: %s", strerror(errno));
|
||||
close(fd);
|
||||
|
|
Loading…
Reference in New Issue