clemens.zeidler@xxxxxxxxxxxxxx wrote; > - size_t readed = _ReadStringAt(string, fReadPosition); > + int32 readed = _ReadStringAt(string, fReadPosition); Does _ReadString() actually return int32? Or is it ssize_t? BTW I usually use bytesRead to make the tense clear. Bye, Axel.