aboutsummaryrefslogtreecommitdiffstats
path: root/src/modules/language
diff options
context:
space:
mode:
Diffstat (limited to 'src/modules/language')
-rw-r--r--src/modules/language/detector.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/modules/language/detector.cpp b/src/modules/language/detector.cpp
index fed2d4d9e..bf4bf35e4 100644
--- a/src/modules/language/detector.cpp
+++ b/src/modules/language/detector.cpp
@@ -19064,7 +19064,7 @@ void detect_language_and_encoding(const char * data,LanguageAndEncodingResult *
match[i] = 0;
}
retBuffer->dAccuracy = 0.0;
-
+
int utf8 = utf8score((const unsigned char *)data);
i=0;
while(i<NUM_DESCRIPTORS)