diff options
author | Michael Landin <mich@FreeBSD.org> | 2008-02-05 17:44:57 +0000 |
---|---|---|
committer | Michael Landin <mich@FreeBSD.org> | 2008-02-05 17:44:57 +0000 |
commit | 17d811e1482d224e38855f1f069f00035a6465c2 (patch) | |
tree | e875f6a0a550e64a6b5e218e72fb43d2db68e267 /audio/amarok-kde4/files | |
parent | 757d1cb7a1087f71a8ddb088281fc37bde345881 (diff) |
Notes
Diffstat (limited to 'audio/amarok-kde4/files')
-rw-r--r-- | audio/amarok-kde4/files/patch-amarok_src_metadata_mp4_mp4file.cpp | 16 |
1 files changed, 4 insertions, 12 deletions
diff --git a/audio/amarok-kde4/files/patch-amarok_src_metadata_mp4_mp4file.cpp b/audio/amarok-kde4/files/patch-amarok_src_metadata_mp4_mp4file.cpp index 181d18e156a0..eb0f8af114cc 100644 --- a/audio/amarok-kde4/files/patch-amarok_src_metadata_mp4_mp4file.cpp +++ b/audio/amarok-kde4/files/patch-amarok_src_metadata_mp4_mp4file.cpp @@ -1,8 +1,5 @@ - -$FreeBSD$ - ---- amarok/src/metadata/mp4/mp4file.cpp.orig -+++ amarok/src/metadata/mp4/mp4file.cpp +--- amarok/src/metadata/mp4/mp4file.cpp.orig Mon Dec 17 16:53:19 2007 ++++ amarok/src/metadata/mp4/mp4file.cpp Thu Jan 31 23:14:42 2008 @@ -27,9 +27,8 @@ #include "mp4tag.h" @@ -14,15 +11,10 @@ $FreeBSD$ #define MP4V2_HAS_WRITE_BUG 1 -@@ -156,10 +155,8 @@ - } +@@ -157,6 +156,7 @@ #endif -- if(!MP4Close(handle)) -- { -- fprintf(stderr, "close failed\n"); -- } -+ MP4Close(handle); + MP4Close(handle); + handle=NULL; mp4file = MP4Read(name()); |