diff options
Diffstat (limited to 'emulators/x49gp/files/patch-module.c')
-rw-r--r-- | emulators/x49gp/files/patch-module.c | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/emulators/x49gp/files/patch-module.c b/emulators/x49gp/files/patch-module.c new file mode 100644 index 000000000000..771969e55e63 --- /dev/null +++ b/emulators/x49gp/files/patch-module.c @@ -0,0 +1,11 @@ +--- module.c.orig 2014-01-09 17:55:30.000000000 +0000 ++++ module.c 2014-01-09 17:55:54.000000000 +0000 +@@ -257,7 +257,7 @@ + return NULL; + } + +- path = g_build_filename(home, basename, filename, NULL); ++ path = g_build_filename(/*home,*/ basename, filename, NULL); + if (NULL == path) { + fprintf(stderr, "%s: %s:%u: Out of memory\n", + module->name, __FUNCTION__, __LINE__); |