From 48a58073dd9bf781a8e2a127e832941332fc8a41 Mon Sep 17 00:00:00 2001 From: Warren Dukes Date: Tue, 18 May 2004 02:46:13 +0000 Subject: add new inputStream stuff, hopefully something major isn't foobar'd git-svn-id: https://svn.musicpd.org/mpd/trunk@1049 09075e82-0dd4-0310-85a5-a0d7c8717e4f --- src/tag.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'src/tag.c') diff --git a/src/tag.c b/src/tag.c index dd1ea852c..1a9b03549 100644 --- a/src/tag.c +++ b/src/tag.c @@ -219,8 +219,7 @@ MpdTag * mp4DataDup(char * utf8file, int * mp4MetadataFound) { *mp4MetadataFound = 0; - if(openInputStreamFromFile(&inStream,rmp2amp(utf8ToFsCharset(utf8file))) - < 0) + if(openInputStream(&inStream,rmp2amp(utf8ToFsCharset(utf8file))) < 0) { return NULL; } -- cgit v1.2.3