summaryrefslogtreecommitdiff
path: root/emulators/b-em/patches/patch-src-win.c
diff options
context:
space:
mode:
Diffstat (limited to 'emulators/b-em/patches/patch-src-win.c')
-rw-r--r--emulators/b-em/patches/patch-src-win.c20
1 files changed, 10 insertions, 10 deletions
diff --git a/emulators/b-em/patches/patch-src-win.c b/emulators/b-em/patches/patch-src-win.c
index 863446b5bc7..8eac2e9a446 100644
--- a/emulators/b-em/patches/patch-src-win.c
+++ b/emulators/b-em/patches/patch-src-win.c
@@ -1,12 +1,12 @@
-$NetBSD: patch-src-win.c,v 1.1 2012/02/20 15:45:19 reinoud Exp $
+$NetBSD: patch-src-win.c,v 1.2 2012/08/12 02:03:15 marino Exp $
---- src/win.c.orig 2011-02-12 17:34:10.000000000 +0000
+--- src/win.c.orig 2012-05-22 11:39:06.000000000 +0000
+++ src/win.c
-@@ -346,6 +346,7 @@ int WINAPI WinMain (HINSTANCE hThisInsta
- get_executable_name(exedir,511);
- p=get_filename(exedir);
- p[0]=0;
-+ strcpy(exedir, "@BEMDATADIR@");
-
- loadconfig();
-
+@@ -345,6 +345,7 @@ int WINAPI WinMain (HINSTANCE hThisInsta
+ get_executable_name(exedir, 511);
+ p = get_filename(exedir);
+ p[0] = 0;
++ strcpy(exedir, "@BEMDATADIR@");
+
+ config_load();
+