From 00e59ce330a94800266fa94b5c7293a0482576e0 Mon Sep 17 00:00:00 2001 From: Stanislaw Halik Date: Sun, 19 Oct 2014 23:15:00 +0200 Subject: clarify dylib file pattern --- opentrack/plugin-support.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/opentrack/plugin-support.cpp b/opentrack/plugin-support.cpp index 694f3e19..cb660daa 100644 --- a/opentrack/plugin-support.cpp +++ b/opentrack/plugin-support.cpp @@ -81,7 +81,7 @@ static bool get_metadata(ptr lib, QString& name, QIcon& icon) QList> dylib::enum_libraries() { #define BASE "opentrack-" -#define SUFF "-*.*" +#define SUFF "-*." const char* filters_n[] = { BASE "filter" SUFF, BASE "tracker" SUFF, BASE "proto" SUFF }; -- cgit v1.2.3