mirror of
https://github.com/tbamud/tbamud.git
synced 2025-09-22 05:50:48 +02:00
Update dg_olc.c
/* strcat OK, size checked above */ added back.
This commit is contained in:
parent
1102e5dd7d
commit
9b3d908493
1 changed files with 1 additions and 1 deletions
|
@ -1175,7 +1175,7 @@ int format_script(struct descriptor_data *d)
|
|||
return FALSE;
|
||||
}
|
||||
len = len + nlen + llen;
|
||||
strcat(nsc, line);
|
||||
strcat(nsc, line); /* strcat OK, size checked above */
|
||||
|
||||
if (indent_next) {
|
||||
indent++;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue