Skip to content

Commit

Permalink
[autofix.ci] apply automated fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
autofix-ci[bot] authored Jul 23, 2024
1 parent 4f33142 commit a451755
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/dict/stardict.cc
Original file line number Diff line number Diff line change
Expand Up @@ -1682,12 +1682,12 @@ static void handleIdxSynFile( string const & fileName,

uint32_t offset;

string headword(word,wordLen);
string headword( word, wordLen );

if ( strstr( headword, "&#" ) ) {
// Decode some html-coded symbols in headword
headword = Html::unescapeUtf8( headword );
wordLen = strlen( headword );
wordLen = strlen( headword );
}

if ( !isSynFile ) {
Expand Down

0 comments on commit a451755

Please sign in to comment.