git.stg.codes
/
stg.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
Ticket 26. The 'return -1' removed, 'else' added for the
[stg.git]
/
projects
/
stargazer
/
plugins
/
other
/
smux
/
smux.cpp
diff --git
a/projects/stargazer/plugins/other/smux/smux.cpp
b/projects/stargazer/plugins/other/smux/smux.cpp
index 9ff739cb0fa43468f8268fb238d0016ecccc29fe..5a20d495636078ff7f9adb4ced246df6f3c82411 100644
(file)
--- a/
projects/stargazer/plugins/other/smux/smux.cpp
+++ b/
projects/stargazer/plugins/other/smux/smux.cpp
@@
-269,7
+269,7
@@
printfd(__FILE__, "SMUX::Stop() - After\n");
return 0;
}
-int SMUX::Reload()
+int SMUX::Reload(
const MODULE_SETTINGS & ms
)
{
if (Stop())
return -1;