diff options
author | Shaun Amott <shaun@FreeBSD.org> | 2014-01-16 19:31:03 +0000 |
---|---|---|
committer | Shaun Amott <shaun@FreeBSD.org> | 2014-01-16 19:31:03 +0000 |
commit | e89a2108130e65533009cc4cd6e23b56ad597610 (patch) | |
tree | 0dfaf5c450c83a52aff62178225ee7a26423ba3b /emulators/x49gp/files/patch-module.c | |
parent | Update to 2.4.2 (diff) |
Add x49gp - a HP49G+/50G graphics calculator emulator.
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__); |