Skip to content

Commit

Permalink
1
Browse files Browse the repository at this point in the history
  • Loading branch information
xiaoyifang committed Dec 27, 2024
1 parent 9717322 commit 588aa13
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/dict/dsl.cc
Original file line number Diff line number Diff line change
Expand Up @@ -1608,9 +1608,9 @@ void DslResourceRequest::run()
{ n, dict.getResourceDir1() + resourceName, dict.getResourceDir2() + resourceName } );
qDebug( "found dsl resource name is %s", fp.c_str() );
try {
QMutexLocker _( &dataMutex );

if ( !fp.empty() ) {
QMutexLocker _( &dataMutex );
File::loadFromFile( fp, data );
}
else if ( dict.resourceZip.isOpen() ) {
Expand Down

0 comments on commit 588aa13

Please sign in to comment.