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
|
|
@ -250,7 +250,7 @@ static void zedit_new_zone(struct char_data *ch, zone_vnum vzone_num, room_vnum
|
|||
struct descriptor_data *dsc;
|
||||
|
||||
if ((result = create_new_zone(vzone_num, bottom, top, &error)) == NOWHERE) {
|
||||
write_to_output(ch->desc, error);
|
||||
write_to_output(ch->desc, "%s", error);
|
||||
return;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue