Use controlled exit

Bug reported by Dmitriy
This commit is contained in:
Holger Vogt 2026-04-24 21:00:07 +02:00
parent c9aac14fc1
commit b0a625a496
1 changed files with 1 additions and 1 deletions

View File

@ -504,7 +504,7 @@ int CKTpzStrat(PZtrial** set)
else if (Last_Move == MID_RIGHT || Last_Move == NEAR_LEFT)
suggestion = SPLIT_RIGHT;
else
abort(); /* XXX */
controlled_exit(EXIT_BAD);
Consec_Moves = 0;
}
}