From d8c8992b407dd575e4f3d70bb6f7512334e660ca Mon Sep 17 00:00:00 2001 From: Joe Shaw Date: Wed, 27 Oct 2004 22:35:03 +0000 Subject: 2004-10-27 Joe Shaw * mono/Arguments.cs (GetDBusTypeConstructor): type.UnderlyingSystemType will return "System.Byte" if you do it on "byte[]", which is not what we want. So check the type.IsArray property and use System.Array instead. --- ChangeLog | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index c8f23496..8260ce2c 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,10 @@ +2004-10-27 Joe Shaw + + * mono/Arguments.cs (GetDBusTypeConstructor): + type.UnderlyingSystemType will return "System.Byte" if you do it + on "byte[]", which is not what we want. So check the type.IsArray + property and use System.Array instead. + 2004-10-25 John (J5) Palmieri * dbus/dbus-sysdeps.c (fill_user_info): On errors do not free -- cgit