diff options
Diffstat (limited to 'games/eboard/files/patch-tstring.cc')
-rw-r--r-- | games/eboard/files/patch-tstring.cc | 14 |
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); |