mirror of
https://github.com/Ardour/ardour.git
synced 2026-01-07 14:15:46 +01:00
fix typo/cut-n-paste error in SegmentDescriptor duration assignment
This commit is contained in:
parent
4b5efcee86
commit
c1f568b1f3
1 changed files with 1 additions and 1 deletions
|
|
@ -77,7 +77,7 @@ SegmentDescriptor::set_duration (samplepos_t s)
|
|||
/* XXX error */
|
||||
return;
|
||||
}
|
||||
_position_samples = s;
|
||||
_duration_samples = s;
|
||||
}
|
||||
|
||||
void
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue