$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);
 							}
 						}
 						
