This website works better with JavaScript.
Home
Help
Sign In
linuxaudio
/
new-session-manager
mirror of
https://github.com/linuxaudio/new-session-manager
Watch
1
Star
0
Fork
0
Code
Issues
0
Releases
17
Wiki
Activity
Browse Source
Replace lost return statement.
tags/non-daw-v1.1.0
Jonathan Moore Liles
17 years ago
parent
0f162df41f
commit
24bbc24e16
1 changed files
with
2 additions
and
0 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+2
-0
Timeline/Timeline.C
+ 2
- 0
Timeline/Timeline.C
View File
@@ -1019,6 +1019,8 @@ Timeline::seek_pending ( void )
if ( t->playback_ds )
r += t->playback_ds->buffer_percent() < 50;
}
return r;
}
Write
Preview
Loading…
Cancel
Save