Hi,

  This is fixed now.

           thanks

                  Zoltan

On Mon, Aug 17, 2009 at 9:14 PM, Andreas Nahr <
classdevelopm...@a-softtech.com> wrote:

>  The following addition in r139375 is buggy.
>
>
>
> if (type.ToString ().EndsWith ("[*]")) /*FIXME, the reflection API doesn't
> offer a way around this*/
>
>                 return InflateType (type.GetElementType ()).MakeArrayType
> (1);
>
>
>
> It should not be EndsWith ("[*]") but EndsWith ("[*]",
> StringComparison.Ordinal)
>
> Otherwise it may fail on certain locales (besides being much more memory
> intensive and much slower).
>
>
>
> Greetings
>
> Andreas
>
> _______________________________________________
> Mono-devel-list mailing list
> Mono-devel-list@lists.ximian.com
> http://lists.ximian.com/mailman/listinfo/mono-devel-list
>
>
_______________________________________________
Mono-devel-list mailing list
Mono-devel-list@lists.ximian.com
http://lists.ximian.com/mailman/listinfo/mono-devel-list

Reply via email to