comment c'n'p error

[originally from svn r5790]
This commit is contained in:
Jacob Nevins
2005-05-17 11:00:15 +00:00
parent 6c3f422dde
commit 0913f94a98

View File

@ -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.
*/ */