Codebase list squeezelite / 99df760
fix previous change Adrian Smith 10 years ago
1 changed file(s) with 1 addition(s) and 1 deletion(s). Raw diff Collapse all Expand all
243243 space = min(space, stream.meta_next);
244244 }
245245
246 n = stream.state == recv(fd, streambuf->writep, space, 0);
246 n = recv(fd, streambuf->writep, space, 0);
247247 if (n == 0) {
248248 LOG_INFO("end of stream");
249249 _disconnect(DISCONNECT, DISCONNECT_OK);