mirror of
https://salsa.debian.org/srivasta/make-dfsg.git
synced 2025-01-12 08:30:53 +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)
|
if (wordi >= nwords - 1)
|
||||||
{
|
{
|
||||||
nwords += 5;
|
nwords *= 2;
|
||||||
words = (char **) xrealloc ((char *) words,
|
words = (char **) xrealloc ((char *) words,
|
||||||
nwords * sizeof (char *));
|
nwords * sizeof (char *));
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue