From a451755ddbfa31b3d8964b7b57a1e209e96e6a50 Mon Sep 17 00:00:00 2001 From: "autofix-ci[bot]" <114827586+autofix-ci[bot]@users.noreply.github.com> Date: Tue, 23 Jul 2024 00:45:33 +0000 Subject: [PATCH] [autofix.ci] apply automated fixes --- src/dict/stardict.cc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/dict/stardict.cc b/src/dict/stardict.cc index afcd7f01f..c7f12cd57 100644 --- a/src/dict/stardict.cc +++ b/src/dict/stardict.cc @@ -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 ) {