Ref T94, J super heavy

This commit is contained in:
Klaus Basan
2017-06-27 11:54:27 +02:00
committed by Mathew Sutcliffe
parent e3fd0e20c1
commit ff556e771f

View File

@@ -627,7 +627,7 @@ namespace BlackMisc
if (candidate.isEmpty()) { return true; } // we accept unspecified
if (candidate.length() == 1)
{
return candidate == "L" || candidate == "M" || candidate == "H";
return candidate == "L" || candidate == "M" || candidate == "H" || candidate == "J";
}
return false;
}