Parcourir la source

Update

svn path=/trunk/mcs/; revision=66753
Miguel de Icaza il y a 19 ans
Parent
commit
ec661feb34
1 fichiers modifiés avec 2 ajouts et 1 suppressions
  1. 2 1
      mcs/mcs/ChangeLog

+ 2 - 1
mcs/mcs/ChangeLog

@@ -1,6 +1,7 @@
 2006-10-17  Miguel de Icaza  <[email protected]>
 
-	* convert.cs: Fix typo, fixes the test-535.cs.
+	* convert.cs: Fix typo, fixes the test-535.cs, we were casting to
+	an int32, but requesting an int64 from the conversion
 
 2006-10-12  Martin Baulig  <[email protected]>