summaryrefslogtreecommitdiff
path: root/audio/amarok/patches/patch-aa
diff options
context:
space:
mode:
Diffstat (limited to 'audio/amarok/patches/patch-aa')
-rw-r--r--audio/amarok/patches/patch-aa16
1 files changed, 16 insertions, 0 deletions
diff --git a/audio/amarok/patches/patch-aa b/audio/amarok/patches/patch-aa
new file mode 100644
index 00000000000..4d7ab406901
--- /dev/null
+++ b/audio/amarok/patches/patch-aa
@@ -0,0 +1,16 @@
+$NetBSD: patch-aa,v 1.12 2007/11/19 09:54:09 dillo Exp $
+
+--- amarok/src/metadata/mp4/mp4file.cpp.orig 2007-08-07 19:48:28.000000000 +0200
++++ amarok/src/metadata/mp4/mp4file.cpp
+@@ -156,10 +156,7 @@ bool MP4::File::save()
+ }
+ #endif
+
+- if(!MP4Close(handle))
+- {
+- fprintf(stderr, "close failed\n");
+- }
++ MP4Close(handle);
+
+ mp4file = MP4Read(name());
+ if(mp4file == MP4_INVALID_FILE_HANDLE)