temp commit for machine change. Does not compile !

This commit is contained in:
2024-03-07 10:50:19 +01:00
parent b351d198b8
commit 7295914bb6
14 changed files with 444 additions and 186 deletions

View File

@@ -35,8 +35,7 @@ int main(__unused int ac, __unused char**av)
pos_print_raw(pos, 1);
pos2fen(pos, revfen);
printf("fen = [%s]\nrev = [%s]", fen, revfen);
if (strcmp(fen, revfen))
printf(" **FIXED\n");
printf("%s\n", strcmp(fen, revfen)? "**FIXED\n": "");
pos_del(pos);
}
}