temp commit for machine change. Does not compile !
This commit is contained in:
@@ -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);
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user