? file.diff
Index: assembly.c
===================================================================
RCS file: /cvs/public/mono/mono/metadata/assembly.c,v
retrieving revision 1.37
diff -u -r1.37 assembly.c
--- assembly.c	18 May 2002 17:32:35 -0000	1.37
+++ assembly.c	23 May 2002 02:40:17 -0000
@@ -282,9 +282,8 @@
 			if (corlib)
 				return corlib;
 		}
-		fullpath = g_concat_dir_and_file (MONO_ASSEMBLIES, CORLIB_NAME);
-		corlib = mono_assembly_open (fullpath, status);
-		g_free (fullpath);
+		corlib = load_in_path (CORLIB_NAME, default_path, status);
+		g_free (CORLIB_NAME);
 		return corlib;
 	}
 	result = search_loaded (aname);
