Skip to content

Commit

Permalink
Fix regex (again)
Browse files Browse the repository at this point in the history
  • Loading branch information
tresf committed Feb 8, 2025
1 parent 18bc8a5 commit 34642ed
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/core/PluginFactory.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -249,7 +249,7 @@ void PluginFactory::discoverPlugins()
m_descriptors = descriptors;
}

// Filter plugins based on environment variable, e.g. export LMMS_EXCLUDE_PLUGINS="*carla*"
// Filter plugins based on environment variable, e.g. export LMMS_EXCLUDE_PLUGINS="libcarla"
void PluginFactory::filterPlugins(QSet<QFileInfo>& files) {
// Get filter
QList<QRegularExpression> excludedPatterns;
Expand Down

0 comments on commit 34642ed

Please sign in to comment.