Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 367977
Collapse All | Expand All

(-)file_not_specified_in_diff (-2 / +2 lines)
Line  Link Here
0
-- a/src/guile-hooks.c
0
++ b/src/guile-hooks.c
Lines 148-154 Link Here
148
  if (!gbk_game_at_end (the_game))
148
  if (!gbk_game_at_end (the_game))
149
    gbk_game_delete_moves (the_game, the_game->iter->next);
149
    gbk_game_delete_moves (the_game, the_game->iter->next);
150
150
151
  for (; !SCM_NULLP (list); list = SCM_CDR (list))
151
  for (; !scm_is_null (list); list = SCM_CDR (list))
152
    {
152
    {
153
      struct move_data *move = move_create (scm_to_int (SCM_CADAR (list)),
153
      struct move_data *move = move_create (scm_to_int (SCM_CADAR (list)),
154
					    scm_to_int (SCM_CAAR (list)),
154
					    scm_to_int (SCM_CAAR (list)),

Return to bug 367977