diff options
Diffstat (limited to 'filling.c')
| -rw-r--r-- | filling.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -975,7 +975,7 @@ static char *solve_game(game_state *state, game_state *currstate, if (!solver(state->board, w, h, &aux)) *error = "Sorry, I couldn't find a solution"; } - return aux; + return dupstr(aux); } /***************************************************************************** |