git.stg.codes
/
stg.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
Use simple parser fro CHG_ADMIN.
[stg.git]
/
projects
/
stargazer
/
admins_impl.cpp
diff --git
a/projects/stargazer/admins_impl.cpp
b/projects/stargazer/admins_impl.cpp
index cef8682dd2fda9e32eb470147849579011b730dd..7d73dde1834cde8481ddeee2fde6f3cc78d3de66 100644
(file)
--- a/
projects/stargazer/admins_impl.cpp
+++ b/
projects/stargazer/admins_impl.cpp
@@
-219,7
+219,7
@@
assert(admin != NULL && "Pointer to admin is not null");
STG_LOCKER lock(&mutex, __FILE__, __LINE__);
if (data.empty())
{
- printfd(__FILE__, "
n
o admin in system!\n");
+ printfd(__FILE__, "
N
o admin in system!\n");
*admin = &noAdmin;
return false;
}