comment fix

This commit is contained in:
Paul Davis 2019-11-03 09:20:00 -07:00
parent 90983d21d3
commit a7487bd040

View File

@ -317,7 +317,7 @@ DiskReader::run (BufferSet& bufs, samplepos_t start_sample, samplepos_t end_samp
if (!result_required || ((ms & MonitoringDisk) == 0) || still_locating || _no_disk_output) {
/* no need for actual disk data, just advance read pointer and return */
/* no need for actual disk data, just advance read pointer */
if (!still_locating || _no_disk_output) {
for (ChannelList::iterator chan = c->begin(); chan != c->end(); ++chan) {