cstring returning invalid encoding? mp3's

Caleb Cushing xenoterracide at gmail.com
Tue Sep 22 01:55:49 CEST 2009


figured it out 20-ish minutes ago... memory corruption. apparently the
memory was popping off the stack before the pointer was assigned (or
something like that).  using an intermediate variable.


            TagLib::String s( tfile.tag()->title() );
            const char *ttitle = s.toCString(true);

has solved this issue.

-- 
Caleb Cushing

http://xenoterracide.blogspot.com


More information about the taglib-devel mailing list