mirror of
https://github.com/opelly27/Stockfish.git
synced 2026-05-20 16:47:37 +00:00
Fix compilation of sfen_packer.cpp in debug.
This commit is contained in:
@@ -386,7 +386,7 @@ namespace Learner {
|
|||||||
pos.thisThread = th;
|
pos.thisThread = th;
|
||||||
pos.set_state(pos.st);
|
pos.set_state(pos.st);
|
||||||
|
|
||||||
assert(pos_is_ok());
|
assert(pos.pos_is_ok());
|
||||||
|
|
||||||
return 0;
|
return 0;
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user