Merge pull request #276 from stweil/format

Add missing argument for tprintf
This commit is contained in:
zdenop 2016-03-17 08:31:11 +01:00
commit 1c63700f46

View File

@ -459,7 +459,7 @@ bool WERD_RES::StatesAllValid() {
WERD_CHOICE* choice = it.data();
if (choice->TotalOfStates() != ratings_dim) {
tprintf("Cooked #%d has total of states = %d vs ratings dim of %d\n",
choice->TotalOfStates(), ratings_dim);
index, choice->TotalOfStates(), ratings_dim);
return false;
}
}