Thanks for FreeAmp rc4 Release, good stuff!
**
Possible solution for music search crash with
long id3-comments, (Bugzilla 988 and 1014?):
bool ID3v2::ReadMetaData(const char* url, MetaData* metadata)
{
...
// +1 for terminating zero with ID3Field_GetASCII
pData = new char[iDataFieldLen+1];
// maybe not necessary, but ensures the zero at end.
memset(pData,0,iDataFieldLen+1);
...
now the search stopped crashing.
I think, the reason was
pFrame = ID3Tag_FindFrameWithID(pTag, ID3FID_COMMENT);
...
ID3Field_GetASCII(pField, pData, iDataFieldLen, num);
And then ID3Field_GetASCII puts a 0 behind the 1024
allocated chars if its a long comment.
Ok? I tryed to enter this in bugzilla, but no idea how.
I think I have to read a manual... (URL?)
**
I coudn't find MB_SelectExchangedAlbum in musicbrainz\queries.h.
--
Clemens
_______________________________________________
[EMAIL PROTECTED]
http://www.freeamp.org/mailman/listinfo/freeamp-dev