forked from kyonshi/grenzland-mud
Addressed warnings from -Wall.
This commit is contained in:
@@ -4983,7 +4983,7 @@ ACMD(do_recent)
|
||||
ct = this->time;
|
||||
strftime(timestr, sizeof(timestr), "%a %b %d %H:%M:%S %Y", localtime(&ct));
|
||||
|
||||
if (this->host && *(this->host)) {
|
||||
if (*(this->host)) {
|
||||
if (!strcmp(this->host, "localhost")) loc = TRUE;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user