pkgsrc/audio/id3lib/patches/patch-at

17 lines
499 B
Text
Raw Normal View History

$NetBSD: patch-at,v 1.1 2010/08/22 07:47:56 obache Exp $
make gcc-4.3 compilant
http://id3lib.cvs.sourceforge.net/viewvc/id3lib/id3lib-devel/examples/demo_tag.cpp?r1=1.16&r2=1.17
--- examples/demo_tag.cpp.orig 2003-03-02 00:23:00.000000000 +0000
+++ examples/demo_tag.cpp
@@ -46,7 +46,7 @@ void DisplayTags(ostream &os, luint nTag
os << "v2";
}
-int main( unsigned int argc, char * const argv[])
+int main( int argc, char * const argv[])
{
int ulFlag = ID3TT_ID3;
ID3D_INIT_DOUT();