Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mono/mono.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMiguel de Icaza <miguel@gnome.org>2004-08-08 21:04:50 +0400
committerMiguel de Icaza <miguel@gnome.org>2004-08-08 21:04:50 +0400
commit255302ecbe2d49df26c01fb72b26b10df4d5417a (patch)
tree230f304bcfd6796da1d76df10edd9f69ca6c87bd
parenta865c14e9c4245cfc687568ba13e605181d539e7 (diff)
Apply patch from Zoltan on this branch too: Bug #62331.
svn path=/branches/mono-1-0/mono/; revision=32049
-rw-r--r--mono/dis/get.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/mono/dis/get.c b/mono/dis/get.c
index 43845cd6c19..22dea4fa32a 100644
--- a/mono/dis/get.c
+++ b/mono/dis/get.c
@@ -197,6 +197,7 @@ get_typespec (MonoImage *m, guint32 idx)
if (s)
g_string_append (res, s);
}
+ g_string_append (res, "*");
break;
case MONO_TYPE_FNPTR: