Fixed libsndfile, added test-sndfile project

This commit is contained in:
Sergii Pylypenko
2013-05-20 21:21:10 +03:00
parent 0d628fa217
commit 36cc6e4bcb
10 changed files with 996 additions and 10 deletions

View File

@@ -227,7 +227,6 @@ psf_set_stdio (SF_PRIVATE *psf)
{ case SFM_RDWR :
error = SFE_OPEN_PIPE_RDWR ;
break ;
case SFM_READ :
psf->file.filedes = 0 ;
break ;
@@ -235,7 +234,6 @@ psf_set_stdio (SF_PRIVATE *psf)
case SFM_WRITE :
psf->file.filedes = 1 ;
break ;
default :
error = SFE_BAD_OPEN_MODE ;
break ;