fcb9bedc62
lots of updates fixes see http://www.go-mono.com/archive/mono-0.29.html for details
13 lines
471 B
Text
13 lines
471 B
Text
$NetBSD: patch-ad,v 1.4 2003/12/03 17:08:24 recht Exp $
|
|
|
|
--- mono/metadata/icall.c.orig 2003-11-12 18:22:22.000000000 +0100
|
|
+++ mono/metadata/icall.c 2003-11-13 16:22:57.000000000 +0100
|
|
@@ -3796,7 +3796,7 @@
|
|
|
|
MONO_ARCH_SAVE_REGS;
|
|
|
|
- path = g_build_path (G_DIR_SEPARATOR_S, mono_cfg_dir, "mono", "machine.config", NULL);
|
|
+ path = g_build_path (G_DIR_SEPARATOR_S, mono_cfg_dir, "machine.config", NULL);
|
|
|
|
#if defined (PLATFORM_WIN32)
|
|
/* Avoid mixing '/' and '\\' */
|