diff options
author | Pete Fritchman <petef@FreeBSD.org> | 2003-01-04 21:56:40 +0000 |
---|---|---|
committer | Pete Fritchman <petef@FreeBSD.org> | 2003-01-04 21:56:40 +0000 |
commit | 1c9b422c7d1b8ac885b47ffb4bec97fdb0091626 (patch) | |
tree | 781def893aa15494a5175a932dbf80a87da48877 /games/eboard/files/patch-chess.cc | |
parent | 2.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 'games/eboard/files/patch-chess.cc')
-rw-r--r-- | games/eboard/files/patch-chess.cc | 34 |
1 files changed, 0 insertions, 34 deletions
diff --git a/games/eboard/files/patch-chess.cc b/games/eboard/files/patch-chess.cc deleted file mode 100644 index bc18f944ec31..000000000000 --- a/games/eboard/files/patch-chess.cc +++ /dev/null @@ -1,34 +0,0 @@ - -$FreeBSD$ - ---- chess.cc.orig Sat Jun 22 20:42:42 2002 -+++ chess.cc Sat Sep 28 23:00:58 2002 -@@ -257,7 +257,7 @@ - - void ChessGame::updatePosition(Position &p,int movenum,int blacktomove, - int wclock,int bclock,char *infoline, -- bool sndflag=false) { -+ bool sndflag) { - char z[32]; - - global.debug("ChessGame","updatePosition"); -@@ -738,7 +738,7 @@ - pgn.set("FEN", moves.front().getFEN() ); - } - --bool ChessGame::savePGN(char *filename, bool append=false) { -+bool ChessGame::savePGN(char *filename, bool append) { - char z[512]; - const char *cp; - list<Position>::iterator li; -@@ -827,8 +827,8 @@ - char * filename, - bool indexonly, - int gameid, -- variant v = REGULAR, -- ChessGame *updatee = NULL) { -+ variant v, -+ ChessGame *updatee) { - /* - ok, now (0.4.x) we do this in a DFA-like manner - 0 = state 0 (whitespace before movetext) |