Merge branch 'v0.15.x'

Conflicts:
	NEWS
	configure.ac
	doc/mpdconf.example
This commit is contained in:
Max Kellermann
2009-09-10 23:18:43 +02:00
4 changed files with 36 additions and 36 deletions

View File

@@ -382,7 +382,7 @@ vorbis_tag_dup(const char *file)
return NULL;
}
if (ov_test_callbacks(fp, &vf, NULL, 0, OV_CALLBACKS_STREAMONLY) < 0) {
if (ov_open(fp, &vf, NULL, 0) < 0) {
fclose(fp);
return NULL;
}