mirror of
git://git.tartarus.org/simon/puzzles.git
synced 2025-04-21 16:05:44 -07:00
comment c'n'p error
[originally from svn r5790]
This commit is contained in:
2
midend.c
2
midend.c
@ -578,7 +578,7 @@ static char *midend_game_id_int(midend_data *me, char *id, int defmode)
|
|||||||
seed = NULL;
|
seed = NULL;
|
||||||
} else if (seed && (!desc || seed < desc)) {
|
} else if (seed && (!desc || seed < desc)) {
|
||||||
/*
|
/*
|
||||||
* We have a colon separating parameters from random seed.
|
* We have a hash separating parameters from random seed.
|
||||||
* So `par' now points to the parameters string, and `seed'
|
* So `par' now points to the parameters string, and `seed'
|
||||||
* to the seed string.
|
* to the seed string.
|
||||||
*/
|
*/
|
||||||
|
Reference in New Issue
Block a user