Er, and now do that _without_ introducing further segfaults.

[originally from svn r7409]
This commit is contained in:
Simon Tatham
2007-03-26 10:24:25 +00:00
parent 0589681d9d
commit 9885a86a27

2
rect.c
View File

@ -1692,7 +1692,7 @@ static char *new_game_desc(game_params *params, random_state *rs,
/* /*
* If we've succeeded, then terminate the loop. * If we've succeeded, then terminate the loop.
*/ */
if (ret) if (ret == 1)
break; break;
} }