git.stg.codes
/
stg.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
0fd1ced
)
Return correct core if stop fails
author
Maxim Mamontov
<faust.madf@gmail.com>
Fri, 16 Sep 2011 17:45:17 +0000
(20:45 +0300)
committer
Maxim Mamontov
<faust.madf@gmail.com>
Fri, 16 Sep 2011 17:45:17 +0000
(20:45 +0300)
projects/stargazer/plugin_runner.cpp
patch
|
blob
|
history
diff --git
a/projects/stargazer/plugin_runner.cpp
b/projects/stargazer/plugin_runner.cpp
index 0bf159b8ee5bf58601bbf88a35269e9772060629..3083352c41b8c08b12e1022c970c384abca9e8c6 100644
(file)
--- a/
projects/stargazer/plugin_runner.cpp
+++ b/
projects/stargazer/plugin_runner.cpp
@@
-178,9
+178,7
@@
if (!plugin)
return -1;
}
-plugin->Stop();
-
-return 0;
+return plugin->Stop();
}
//-----------------------------------------------------------------------------
int PLUGIN_RUNNER::Reload()