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 Dec 26, 2024
1 parent 08c132f commit 2e7ead0
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/dict/dsl.cc
Original file line number Diff line number Diff line change
Expand Up @@ -1725,9 +1725,9 @@ vector< sptr< Dictionary::Class > > makeDictionaries( vector< string > const & f
// See if there's a zip file with resources present. If so, include it.

string zipFileName = Fs::findFirstExistingFile( baseName + ".dsl.files.zip",
baseName + ".dsl.dz.files.zip",
baseName + ".DSL.FILES.ZIP",
baseName + ".DSL.DZ.FILES.ZIP" );
baseName + ".dsl.dz.files.zip",
baseName + ".DSL.FILES.ZIP",
baseName + ".DSL.DZ.FILES.ZIP" );

if ( !zipFileName.empty() ) {
dictFiles.push_back( zipFileName );
Expand Down

0 comments on commit 2e7ead0

Please sign in to comment.