Fix open.

This commit is contained in:
Jonathan Moore Liles 2008-02-22 12:57:45 -06:00
parent f8fb113886
commit 06ad6c6575
1 changed files with 1 additions and 0 deletions

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;
}