diff options
author | cvs2svn <cvs2svn@FreeBSD.org> | 2005-04-20 06:16:18 +0000 |
---|---|---|
committer | cvs2svn <cvs2svn@FreeBSD.org> | 2005-04-20 06:16:18 +0000 |
commit | 8673c7ec800a8bcc6da14c506081a3cb76e2b8ea (patch) | |
tree | ad3f495c08f0cc331b6958d319f699d021175c19 /audio/libmusicbrainz5/files/patch-examples_getalbum.c | |
parent | Fix plist problems. (diff) |
This commit was manufactured by cvs2svn to create tag 'RELEASE_5_4_0'.release/5.4.0
Diffstat (limited to 'audio/libmusicbrainz5/files/patch-examples_getalbum.c')
-rw-r--r-- | audio/libmusicbrainz5/files/patch-examples_getalbum.c | 20 |
1 files changed, 0 insertions, 20 deletions
diff --git a/audio/libmusicbrainz5/files/patch-examples_getalbum.c b/audio/libmusicbrainz5/files/patch-examples_getalbum.c deleted file mode 100644 index a5842dfd606a..000000000000 --- a/audio/libmusicbrainz5/files/patch-examples_getalbum.c +++ /dev/null @@ -1,20 +0,0 @@ ---- examples/getalbum.c.orig Wed Mar 17 00:05:57 2004 -+++ examples/getalbum.c Wed Mar 17 00:06:35 2004 -@@ -30,7 +30,7 @@ - { - musicbrainz_t o; - char error[256], data[256], temp[256], *args[2]; -- int ret, numTracks, trackNum, i, isMultipleArtist = 0; -+ int ret, numTracks, numDates, trackNum, i, isMultipleArtist = 0; - - if (argc < 2) - { -@@ -141,7 +141,7 @@ - if (mb_GetResultData(o, MBE_AlbumGetAmazonCoverartURL, data, 256)) - printf("CoverartURL: %s\n", data); - -- int numDates = mb_GetResultInt(o, MBE_AlbumGetNumReleaseDates); -+ numDates = mb_GetResultInt(o, MBE_AlbumGetNumReleaseDates); - for(i = 1; i <= numDates; i++) - { - // Select the first release date |