This commit is contained in:
2024-05-16 07:29:02 +02:00
parent a012af30fc
commit 239498bc2a

View File

@@ -288,7 +288,6 @@ int main(int __unused ac, __unused char**av)
CLOCK_DEFINE(clock, CLOCK_PROCESS); CLOCK_DEFINE(clock, CLOCK_PROCESS);
while ((fen = next_fen(PERFT | MOVEDO))) { while ((fen = next_fen(PERFT | MOVEDO))) {
test_line = cur_line(); test_line = cur_line();
printf("pos = %p\n", pos);
if (!(fenpos = fen2pos(pos, fen))) { if (!(fenpos = fen2pos(pos, fen))) {
printf("wrong fen %d: [%s]\n", i, fen); printf("wrong fen %d: [%s]\n", i, fen);
continue; continue;