dotgnu-general
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [DotGNU]Errors in UnmanagedMarshal


From: Gopal V
Subject: Re: [DotGNU]Errors in UnmanagedMarshal
Date: Sun, 8 Aug 2004 04:19:22 -0700 (PDT)

Hi Marcus,

> I think that there are a couple of errors
> UnmanagedMarshal.ToBytes():
> 
>       if(elemCount < 0x80)
>       {
>               bytes = new byte [1]; <-- shouldn't this be "new
> byte [2]"?

This is fixed now in CVS .

Gopal


                
__________________________________
Do you Yahoo!?
Yahoo! Mail - 50x more storage than other providers!
http://promotions.yahoo.com/new_mail


reply via email to

[Prev in Thread] Current Thread [Next in Thread]