Menu

#2 Version Chunk broken

open
nobody
None
5
2005-05-24
2005-05-24
No

when doing my main ReadChunk, libdaap always
throws the app with "version length incorrect".

this code:

if (inLength != sizeof(VersionInfo))
throw "version length incorrect";

is causing the fault, using the server-info file from the
cvs and from itunes.

its in version-chunk.cpp and its in the second ctor

VersionChunk::VersionChunk(
ChunkType inType,
uint32_t inLength,
const void * inData,
const ContentCodes * inContentCodes)
: Chunk(inType, inContentCodes)

Discussion


Log in to post a comment.