summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorSai Sasidhar Maddali <sai.sasidhar92@gmail.com>2016-02-15 12:19:47 +0100
committerSai Sasidhar Maddali <sai.sasidhar92@gmail.com>2016-03-15 15:33:44 +0100
commit6c2c19d1101a043cc0b05065447cc9321ed32ac0 (patch)
tree44149b431a284c848d65ef9e969685b936bc5ee5 /src
parentad6d2550d0e728a2927270721ebcd62671f1f0aa (diff)
downloaduca-6c2c19d1101a043cc0b05065447cc9321ed32ac0.tar.gz
uca-6c2c19d1101a043cc0b05065447cc9321ed32ac0.tar.bz2
uca-6c2c19d1101a043cc0b05065447cc9321ed32ac0.tar.xz
uca-6c2c19d1101a043cc0b05065447cc9321ed32ac0.zip
FIX: Symbol name exported by plugin is causing a recursive call in Windows
Diffstat (limited to 'src')
-rw-r--r--src/uca-plugin-manager.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/uca-plugin-manager.c b/src/uca-plugin-manager.c
index dc69227..b298a4c 100644
--- a/src/uca-plugin-manager.c
+++ b/src/uca-plugin-manager.c
@@ -229,7 +229,7 @@ get_camera_type (UcaPluginManagerPrivate *priv,
GModule *module;
gchar *module_path;
GetTypeFunc *func;
- const gchar *symbol_name = "uca_camera_get_type";
+ const gchar *symbol_name = "camera_plugin_get_type";
module_path = find_camera_module_path (priv->search_paths, name);