mirror of
https://github.com/tbamud/tbamud.git
synced 2026-02-11 18:44:20 +01:00
Update for 3.54 release. --Rumble
This commit is contained in:
parent
9107040d32
commit
b93379190f
11 changed files with 231 additions and 185 deletions
|
|
@ -402,7 +402,7 @@ void page_string(struct descriptor_data *d, char *str, int keep_internal)
|
|||
if (!str || !*str)
|
||||
return;
|
||||
|
||||
if ((GET_PAGE_LENGTH(d->character) < 5 || GET_PAGE_LENGTH(d->character) > 255))
|
||||
if ((GET_PAGE_LENGTH(d->character) < 5 || GET_PAGE_LENGTH(d->character) > 254))
|
||||
GET_PAGE_LENGTH(d->character) = PAGE_LENGTH;
|
||||
d->showstr_count = count_pages(str, d->character);
|
||||
CREATE(d->showstr_vector, char *, d->showstr_count);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue