218c6c9d0d
git-svn-id: http://svn.sabayonlinux.org/overlay@2037 d7aec97c-591d-0410-af39-a8856400b30a
12 lines
442 B
Diff
12 lines
442 B
Diff
--- nspluginwrapper-0.9.91.4/plugin-config-1.5/src/plugin-config.c.old 2007-08-10 11:41:57.000000000 +0200
|
|
+++ nspluginwrapper-0.9.91.4/plugin-config-1.5/src/plugin-config.c 2007-08-13 12:50:46.000000000 +0200
|
|
@@ -580,7 +580,7 @@ int check_installed_plugin(WRAP_PLUGIN *
|
|
// should be wrapped
|
|
if(plug) {
|
|
if(wrap_ok && !link_ok) {
|
|
- return(TRUE);
|
|
+ return(wrap);
|
|
} else {
|
|
ret = (wrap_ok && link_ok);
|
|
}
|