Hello again,

comments below:


> +     if (String.Compare (parts [i], 0, "Version=", 0, 8, true, 
> CultureInfo.InvariantCulture) == 0)
> This is most likely incorrect and needs to use an ordinal comparison, no 
> InvariantCulture (used more than one time)

I'm not sure that's correct. I tested in .Net and we requiere
insensitive comparison, not ordinal ones (as far I understood). So I
think I'll keep it this way.

Carlos.

_______________________________________________
Mono-devel-list mailing list
Mono-devel-list@lists.ximian.com
http://lists.ximian.com/mailman/listinfo/mono-devel-list

Reply via email to