Skip to content

Commit

Permalink
Fix broken 29fd612
Browse files Browse the repository at this point in the history
The 29fd612 commit accidentally only changed the corresponding comment,
but didn't actually change the _code_. Oops.
  • Loading branch information
vslavik committed Aug 3, 2015
1 parent a20ccc8 commit 7b25e50
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/language.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -501,7 +501,7 @@ Language Language::TryDetectFromText(const char *buffer, size_t len, Language pr

auto lang = CLD2::ExtDetectLanguageSummary(
buffer, (int)len,
/*is_plain_text=*/false, // any embedded HTML markup should be insignificant
/*is_plain_text=*/true, // any embedded HTML markup should be insignificant
&hints,
/*flags=*/0,
language3, percent3, normalized_score3,
Expand Down

0 comments on commit 7b25e50

Please sign in to comment.