Fix open.
This commit is contained in:
parent
f8fb113886
commit
06ad6c6575
|
@ -81,6 +81,7 @@ Audio_File_SF::open ( void )
|
|||
/* if ( ! ( _in = sf_open( _filename, SFM_READ, &si ) ) ) */
|
||||
/* return false; */
|
||||
|
||||
seek( 0 );
|
||||
return true;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue