diff options
author | Adam Weinberger <adamw@FreeBSD.org> | 2014-07-28 19:39:50 +0000 |
---|---|---|
committer | Adam Weinberger <adamw@FreeBSD.org> | 2014-07-28 19:39:50 +0000 |
commit | d9616e5a763d1ab83ebac479e3b2222db5c3f87f (patch) | |
tree | a08c8f6002f7c1660aaa80e0f9cf61cd9d71151c /games/xmine/files/patch-xmine.c_1 | |
parent | - Update to 1.9, announce message: (diff) |
Rename all 10,000 games/ patch-xy patches to reflect the files they modify.
Notes
Notes:
svn path=/head/; revision=363239
Diffstat (limited to 'games/xmine/files/patch-xmine.c_1')
-rw-r--r-- | games/xmine/files/patch-xmine.c_1 | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/games/xmine/files/patch-xmine.c_1 b/games/xmine/files/patch-xmine.c_1 new file mode 100644 index 000000000000..2a1b8dc3e597 --- /dev/null +++ b/games/xmine/files/patch-xmine.c_1 @@ -0,0 +1,18 @@ +--- xmine.c.orig Sat Feb 19 20:50:19 2000 ++++ xmine.c Sat Feb 19 21:00:46 2000 +@@ -1407,7 +1407,6 @@ + str = XawDialogGetValueString(w); + if (!str) return; + if (atoi(str)) *val = atoi(str); +- XawAsciiSourceFreeString(w); + } + + /* ARGSUSED */ +@@ -1688,7 +1687,6 @@ + sc->times[level] = timer; + write_scores(sc); + } +- if (str) XawAsciiSourceFreeString(pane); + best_times(NULL, NULL, NULL); + } + |