16 lines
509 B
Text
16 lines
509 B
Text
$NetBSD: patch-ar,v 1.2 2010/08/22 09:25:28 wiz Exp $
|
|
|
|
make gcc-4.3 compliant.
|
|
http://id3lib.cvs.sourceforge.net/viewvc/id3lib/id3lib-devel/examples/demo_convert.cpp?r1=1.16&r2=1.17
|
|
|
|
--- examples/demo_convert.cpp.orig 2003-03-02 00:23:00.000000000 +0000
|
|
+++ examples/demo_convert.cpp
|
|
@@ -84,7 +84,7 @@ void DisplayTags(ostream &os, luint nTag
|
|
}
|
|
}
|
|
|
|
-int main( unsigned int argc, char * const argv[])
|
|
+int main( int argc, char * const argv[])
|
|
{
|
|
flags_t ulFlag = ID3TT_ALL;
|
|
gengetopt_args_info args;
|