16 lines
476 B
Text
16 lines
476 B
Text
$NetBSD: patch-av,v 1.1 2010/08/22 23:20:57 obache Exp $
|
|
|
|
make gcc-4.3 compliant
|
|
http://id3lib.cvs.sourceforge.net/viewvc/id3lib/id3lib-devel/examples/demo_info.cpp?r1=1.33&r2=1.34
|
|
|
|
--- examples/demo_info.cpp.orig 2003-03-02 00:23:00.000000000 +0000
|
|
+++ examples/demo_info.cpp
|
|
@@ -309,7 +309,7 @@ void PrintInformation(const ID3_Tag &myT
|
|
|
|
#define DEBUG
|
|
|
|
-int main( unsigned int argc, char * const argv[])
|
|
+int main( int argc, char * const argv[])
|
|
{
|
|
ID3D_INIT_DOUT();
|
|
|