mirror of
https://github.com/tbamud/tbamud.git
synced 2025-09-21 21:40:49 +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;
|
return FALSE;
|
||||||
}
|
}
|
||||||
len = len + nlen + llen;
|
len = len + nlen + llen;
|
||||||
strcat(nsc, line);
|
strcat(nsc, line); /* strcat OK, size checked above */
|
||||||
|
|
||||||
if (indent_next) {
|
if (indent_next) {
|
||||||
indent++;
|
indent++;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue