fix typo/cut-n-paste error in SegmentDescriptor duration assignment

This commit is contained in:
Paul Davis 2025-10-14 14:26:00 -06:00
parent 4b5efcee86
commit c1f568b1f3

View file

@ -77,7 +77,7 @@ SegmentDescriptor::set_duration (samplepos_t s)
/* XXX error */
return;
}
_position_samples = s;
_duration_samples = s;
}
void