diff options
Diffstat (limited to 'games/eboard/files/patch-movelist.cc')
-rw-r--r-- | games/eboard/files/patch-movelist.cc | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/games/eboard/files/patch-movelist.cc b/games/eboard/files/patch-movelist.cc new file mode 100644 index 0000000..9693e29 --- /dev/null +++ b/games/eboard/files/patch-movelist.cc @@ -0,0 +1,16 @@ + +$FreeBSD$ + +--- movelist.cc.orig Sun Apr 28 23:04:34 2002 ++++ movelist.cc Sat Sep 28 23:00:58 2002 +@@ -95,8 +95,8 @@ + } + + void MoveListWindow::updateList(list<Position> &moves, +- int over=0,GameResult result=UNDEF, +- char *reason=0) { ++ int over,GameResult result, ++ char *reason) { + populate_clist(moves,over,result,reason); + } + |