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
Fix open.
tags/non-daw-v1.1.0
Jonathan Moore Liles
17 years ago
parent
f8fb113886
commit
06ad6c6575
1 changed files
with
1 additions
and
0 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-0
Audio_File_SF.C
+ 1
- 0
Audio_File_SF.C
View File
@@ -81,6 +81,7 @@ Audio_File_SF::open ( void )
/* if ( ! ( _in = sf_open( _filename, SFM_READ, &si ) ) ) */
/* return false; */
seek( 0 );
return true;
}
Write
Preview
Loading…
Cancel
Save