Skip to content

Commit

Permalink
changed quote type
Browse files Browse the repository at this point in the history
  • Loading branch information
apfelchips authored Dec 10, 2023
1 parent 343a5ac commit 2ef6568
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/qvimagecore.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -284,7 +284,7 @@ QList<QVImageCore::CompatibleFile> QVImageCore::getCompatibleFiles(const QString
}

// ignore macOS ._ metadata files
if (fileName.startsWith('._'))
if (fileName.startsWith("._"))
{
matched = false;
}
Expand Down

0 comments on commit 2ef6568

Please sign in to comment.