mirror of
https://github.com/tbamud/tbamud.git
synced 2026-01-04 08:28:49 +01:00
Update objsave.c
This commit is contained in:
parent
d0b87cfa6e
commit
08c3c98011
1 changed files with 1 additions and 1 deletions
|
|
@ -381,7 +381,7 @@ void Crash_listrent(struct char_data *ch, char *name)
|
|||
FILE *fl;
|
||||
char filename[MAX_INPUT_LENGTH], buf[MAX_STRING_LENGTH], line[READ_SIZE];
|
||||
obj_save_data *loaded, *current;
|
||||
int rentcode = RENT_UNDEF, timed, netcost, gold, account, nitems;
|
||||
int rentcode = RENT_UNDEF, timed, netcost, gold, account, nitems, numread, len;
|
||||
|
||||
if (!get_filename(filename, sizeof(filename), CRASH_FILE, name))
|
||||
return;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue