aboutsummaryrefslogtreecommitdiffstats
path: root/src/tag.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/tag.c')
-rw-r--r--src/tag.c3
1 files changed, 1 insertions, 2 deletions
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;
}