mirror of
https://github.com/tbamud/tbamud.git
synced 2026-01-26 10:56:09 +01:00
Addressed warnings from -Wall.
This commit is contained in:
parent
5119361f15
commit
cacd2c2dd2
8 changed files with 9 additions and 8 deletions
|
|
@ -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;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue