summaryrefslogtreecommitdiff
path: root/games/eboard/files/patch-tstring.cc
diff options
context:
space:
mode:
authorPete Fritchman <petef@FreeBSD.org>2003-01-04 21:56:40 +0000
committerPete Fritchman <petef@FreeBSD.org>2003-01-04 21:56:40 +0000
commit1c9b422c7d1b8ac885b47ffb4bec97fdb0091626 (patch)
tree781def893aa15494a5175a932dbf80a87da48877 /games/eboard/files/patch-tstring.cc
parent2.5.4 isn't fetchable - update to 2.5.5. (diff)
Update to 0.7.0.
Notes
Notes: svn path=/head/; revision=72536
Diffstat (limited to '')
-rw-r--r--games/eboard/files/patch-tstring.cc14
1 files changed, 0 insertions, 14 deletions
diff --git a/games/eboard/files/patch-tstring.cc b/games/eboard/files/patch-tstring.cc
deleted file mode 100644
index 18ad2d60d1d2..000000000000
--- a/games/eboard/files/patch-tstring.cc
+++ /dev/null
@@ -1,14 +0,0 @@
-
-$FreeBSD$
-
---- tstring.cc.orig Wed Apr 24 03:16:33 2002
-+++ tstring.cc Sat Sep 28 23:00:58 2002
-@@ -72,7 +72,7 @@
- return(&ptoken);
- }
-
--int tstring::tokenvalue(char *t, int base=10) {
-+int tstring::tokenvalue(char *t, int base) {
- string *v;
- int n;
- v=token(t);