Skip to content

Commit

Permalink
revert
Browse files Browse the repository at this point in the history
svn path=/trunk/mono/; revision=28861
  • Loading branch information
gonzalop committed Jun 5, 2004
1 parent f68fd09 commit 49ee4cd
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 5 deletions.
4 changes: 0 additions & 4 deletions mono/metadata/ChangeLog
Original file line number Diff line number Diff line change
@@ -1,7 +1,3 @@
2004-06-05 Gonzalo Paniagua Javier <[email protected]>

* icall.c: fixed nullref in ves_icall_type_from_name.

2004-06-03 Atsushi Enomoto <[email protected]>

* culture-info-tables.h: reflecting locale-builder updates.
Expand Down
2 changes: 1 addition & 1 deletion mono/metadata/icall.c
Original file line number Diff line number Diff line change
Expand Up @@ -957,7 +957,7 @@ type_from_name (const char *str, MonoBoolean ignoreCase)
if (assembly)
type = mono_reflection_get_type (assembly->image, &info, ignoreCase);

if ((!info.assembly || !info.assembly.name) && !type) /* try mscorlib */
if (!info.assembly.name && !type) /* try mscorlib */
type = mono_reflection_get_type (NULL, &info, ignoreCase);

g_list_free (info.modifiers);
Expand Down

0 comments on commit 49ee4cd

Please sign in to comment.