diff --git a/src/timeshift/timeshift_reader.c b/src/timeshift/timeshift_reader.c index 44c6ac4e..8a444fc3 100644 --- a/src/timeshift/timeshift_reader.c +++ b/src/timeshift/timeshift_reader.c @@ -341,7 +341,7 @@ static int _timeshift_read #else tvhtrace("timeshift", "ts %d read msg %p (%zd)", ts->id, *sm, r); #endif - + /* Incomplete */ if (r == 0) { lseek(*fd, *cur_off, SEEK_SET);