Fix compilation of sfen_packer.cpp in debug.

This commit is contained in:
Tomasz Sobczyk
2020-09-11 13:07:16 +02:00
committed by nodchip
parent 3388c22d71
commit bcfe28b2ae

View File

@@ -386,7 +386,7 @@ namespace Learner {
pos.thisThread = th;
pos.set_state(pos.st);
assert(pos_is_ok());
assert(pos.pos_is_ok());
return 0;
}