mirror of
https://github.com/tbamud/tbamud.git
synced 2026-02-26 13:31:45 +01:00
Fixed Warnings for new GCC
This commit is contained in:
@@ -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);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user