Vorbisfile wasn't obeying documentation;
authorMonty <xiphmont@xiph.org>
Mon, 4 Mar 2002 01:02:04 +0000 (01:02 +0000)
committerMonty <xiphmont@xiph.org>
Mon, 4 Mar 2002 01:02:04 +0000 (01:02 +0000)
commit6381cf7893adf3f6fd4eb8d7799c19f92c89bc01
tree8e8eed5fb17ec935e0ddbbabc641ed3e234c1987
parent527184159aeaf62a9bb952500bdb8fec9ac24e76
Vorbisfile wasn't obeying documentation;

If an open() failed, but the file *was* Vorbis (eg, due to a
filesystem fault or buggy callback) vorbisfile was closing the passed
in file handle, contrary to docs.  Fixed in this commit.

svn path=/trunk/vorbis/; revision=3121
lib/vorbisfile.c