blob: 9d85be485fd4cbf7130db42c0cdabec67d0ecbed (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
$NetBSD: patch-ad,v 1.5 2004/02/03 12:30:11 recht Exp $
--- mono/metadata/icall.c.orig 2004-01-30 18:01:36.000000000 +0100
+++ mono/metadata/icall.c 2004-02-03 11:53:52.000000000 +0100
@@ -4174,7 +4174,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 '\\' */
|