summaryrefslogtreecommitdiff
path: root/audio/flactag/patches/patch-ad
diff options
context:
space:
mode:
Diffstat (limited to 'audio/flactag/patches/patch-ad')
-rw-r--r--audio/flactag/patches/patch-ad13
1 files changed, 13 insertions, 0 deletions
diff --git a/audio/flactag/patches/patch-ad b/audio/flactag/patches/patch-ad
new file mode 100644
index 00000000000..c4d4f3a4242
--- /dev/null
+++ b/audio/flactag/patches/patch-ad
@@ -0,0 +1,13 @@
+$NetBSD: patch-ad,v 1.1 2009/08/03 10:02:35 drochner Exp $
+
+--- flactag.cc.orig 2009-08-03 11:56:23.000000000 +0200
++++ flactag.cc
+@@ -156,7 +156,7 @@ CFlacTag::CFlacTag(const CCommandLine& C
+ AlbumNum=count;
+ MatchFound=true;
+
+- printf("%s: Album ID in album %d is a match\n",m_FlacFile.c_str(),count);
++ printf("%s: Album ID in album %d is a match\n",m_FlacFile.c_str(),(int)count);
+ }
+ }
+