From e89a2108130e65533009cc4cd6e23b56ad597610 Mon Sep 17 00:00:00 2001 From: Shaun Amott Date: Thu, 16 Jan 2014 19:31:03 +0000 Subject: Add x49gp - a HP49G+/50G graphics calculator emulator. --- emulators/x49gp/files/patch-module.c | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 emulators/x49gp/files/patch-module.c (limited to 'emulators/x49gp/files/patch-module.c') 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__); -- cgit v1.2.3