We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cc65d5d commit bdf3ac4Copy full SHA for bdf3ac4
src/tbprobe.c
@@ -704,8 +704,8 @@ static bool test_tb(const char *str, const char *suffix)
704
size_t size = file_size(fd);
705
close_tb(fd);
706
if ((size & 63) != 16) {
707
- fprintf(stderr, "Incomplete tablebase file %s.%s\n", str, suffix);
708
- printf("info string Incomplete tablebase file %s.%s\n", str, suffix);
+ fprintf(stderr, "Incomplete tablebase file %s%s\n", str, suffix);
+ printf("info string Incomplete tablebase file %s%s\n", str, suffix);
709
fd = FD_ERR;
710
}
711
0 commit comments