last batch of changes and fixes based on the libFLAC++ unit tests

This commit is contained in:
Josh Coalson
2002-06-10 04:42:35 +00:00
parent 02783cd1d5
commit 999be3b92f
8 changed files with 181 additions and 181 deletions

View File

@@ -220,7 +220,7 @@ void FLAC_XMMS__cleanup()
void FLAC_XMMS__get_song_info(char *filename, char **title, int *length_in_msec)
{
id3v1_struct tag;
FLAC__StreamMetadata_StreamInfo streaminfo;
FLAC__StreamMetadata streaminfo;
if(0 == filename)
filename = "";