From b376bcddeaff955487ccbc8a4996f8cfc2e0619f Mon Sep 17 00:00:00 2001 From: Jehan Date: Mon, 27 Apr 2020 16:04:20 +0200 Subject: [PATCH] src: just a test. It's not a fix! --- src/nsSBCharSetProber.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/nsSBCharSetProber.cpp b/src/nsSBCharSetProber.cpp index 7832f11..5bcc225 100644 --- a/src/nsSBCharSetProber.cpp +++ b/src/nsSBCharSetProber.cpp @@ -140,9 +140,9 @@ float nsSingleByteCharSetProber::GetConfidence(void) const char* nsSingleByteCharSetProber::GetCharSetName() { - if (!mNameProber) + //if (!mNameProber) return mModel->charsetName; - return mNameProber->GetCharSetName(); + //return mNameProber->GetCharSetName(); } const char* nsSingleByteCharSetProber::GetLanguage()