mirror of
https://salsa.debian.org/srivasta/make-dfsg.git
synced 2024-12-24 12:58:40 +00:00
Formerly function.c.~31~
This commit is contained in:
parent
58c146fa50
commit
38abf5e6c4
1 changed files with 1 additions and 1 deletions
|
@ -527,7 +527,7 @@ expand_function (o, function, text, end)
|
|||
{
|
||||
if (wordi >= nwords - 1)
|
||||
{
|
||||
nwords += 5;
|
||||
nwords *= 2;
|
||||
words = (char **) xrealloc ((char *) words,
|
||||
nwords * sizeof (char *));
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue