X-Git-Url: https://git.distorted.org.uk/~mdw/sgt/puzzles/blobdiff_plain/33c2bb478160c41134affb3c7eb513ea4e3d7206..cf5cf301e47c87501d7b2ee311d2988a20afb2c5:/signpost.c diff --git a/signpost.c b/signpost.c index cfae28e..fec2084 100644 --- a/signpost.c +++ b/signpost.c @@ -916,7 +916,7 @@ static int used_colour(game_state *state, int i, int start) static int head_number(game_state *state, int i, int *scratch) { - int off = 0, found = 0, start, ss, j = i, c, n, sz; + int off = 0, found = 0, start = 0, ss, j = i, c, n, sz; const char *why = NULL; assert(state->prev[i] == -1 && state->next[i] != -1);