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:
1e3b7df
)
Fixed compilation issues
author
Maxim Mamontov
<faust.madf@gmail.com>
Wed, 27 Jul 2011 14:11:08 +0000
(17:11 +0300)
committer
Maxim Mamontov
<faust.madf@gmail.com>
Wed, 27 Jul 2011 14:11:08 +0000
(17:11 +0300)
projects/stargazer/main.cpp
patch
|
blob
|
history
diff --git
a/projects/stargazer/main.cpp
b/projects/stargazer/main.cpp
index 5014c5cf18da6057234fd8e9f211c4a534ba93d2..cdaee3b0cb61b3ea54e90c0878cfdfbf4635518c 100644
(file)
--- a/
projects/stargazer/main.cpp
+++ b/
projects/stargazer/main.cpp
@@
-347,12
+347,12
@@
switch (executerPid)
case 0:
delete settings;
- Executer(
msgKey,
*msgID, executerPid, procName);
+ Executer(*msgID, executerPid, procName);
return 1;
default:
if (executersPid.empty()) {
- Executer(
msgKey,
*msgID, executerPid, NULL);
+ Executer(*msgID, executerPid, NULL);
}
executersPid.insert(executerPid);
}