Skip to content

Commit

Permalink
opt: headword parse modification
Browse files Browse the repository at this point in the history
  • Loading branch information
xiaoyifang committed Jul 23, 2024
1 parent 1ff838c commit 476c71d
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 @@ -1660,7 +1660,7 @@ static void handleIdxSynFile( string const & fileName,
}

if ( rd != 65536 ) {
image.resize( oldSize + rd + 1 );
image.resize( oldSize + rd );
break;
}
}
Expand Down

0 comments on commit 476c71d

Please sign in to comment.