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 46f2e29 commit 1ff838c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/dict/stardict.cc
Original file line number Diff line number Diff line change
Expand Up @@ -324,7 +324,7 @@ void StardictDictionary::getArticleProps( uint32_t articleAddress,
memcpy( &headwordSize, articleData, sizeof( uint32_t ) );
articleData += sizeof( uint32_t );

headword.assign(articleData,headwordSize);
headword.assign( articleData, headwordSize );
}

class PowerWordDataProcessor
Expand Down

0 comments on commit 1ff838c

Please sign in to comment.