Commit 56aab937 authored by Eric Wong's avatar Eric Wong

oggflac_plugin: fix build with libOggFLAC lib (libFLAC <= 7)

git-svn-id: https://svn.musicpd.org/mpd/trunk@7370 09075e82-0dd4-0310-85a5-a0d7c8717e4f
parent 7f6a44ef
......@@ -319,7 +319,7 @@ static MpdTag *oggflac_TagDup(char *file)
return NULL;
}
init_FlacData(&data, NULL, NULL, &inStream);
init_FlacData(&data, &inStream);
/* errors here won't matter,
* data.tag will be set or unset, that's all we care about */
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment