src: just a test.

It's not a fix!
This commit is contained in:
Jehan 2020-04-27 16:04:20 +02:00
parent 1dee093bbd
commit b376bcddea

View File

@ -140,9 +140,9 @@ float nsSingleByteCharSetProber::GetConfidence(void)
const char* nsSingleByteCharSetProber::GetCharSetName() const char* nsSingleByteCharSetProber::GetCharSetName()
{ {
if (!mNameProber) //if (!mNameProber)
return mModel->charsetName; return mModel->charsetName;
return mNameProber->GetCharSetName(); //return mNameProber->GetCharSetName();
} }
const char* nsSingleByteCharSetProber::GetLanguage() const char* nsSingleByteCharSetProber::GetLanguage()