Hi SlimDX team,
I came across following bug:
if( data2 != nullptr && read < sizeBytes )
{
readBytes2 = gcnew array<Byte>( read - sizeBytes );
data2->Read( readBytes2, 0, read - sizeBytes );
}
I assume that 'read - sizeBytes' should be just 'read'.
Best Regards
Karol
Original issue reported on code.google.com by k...@ventuz.com on 2 Feb 2009 at 11:02
Original issue reported on code.google.com by
k...@ventuz.com
on 2 Feb 2009 at 11:02