mirror of
https://github.com/tbamud/tbamud.git
synced 2025-12-23 18:50:13 +01:00
Fixed Warnings for new GCC
This commit is contained in:
parent
fefa0eac1d
commit
64300c6036
19 changed files with 88 additions and 78 deletions
|
|
@ -205,7 +205,7 @@ void hedit_parse(struct descriptor_data *d, char *arg)
|
|||
case 'Y':
|
||||
snprintf(buf, sizeof(buf), "OLC: %s edits help for %s.", GET_NAME(d->character),
|
||||
OLC_HELP(d)->keywords);
|
||||
mudlog(TRUE, MAX(LVL_BUILDER, GET_INVIS_LEV(d->character)), CMP, buf);
|
||||
mudlog(TRUE, MAX(LVL_BUILDER, GET_INVIS_LEV(d->character)), CMP, "%s", buf);
|
||||
write_to_output(d, "Help saved to disk.\r\n");
|
||||
hedit_save_internally(d);
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue