mirror of
https://salsa.debian.org/srivasta/make-dfsg.git
synced 2025-01-27 07:15:02 +00:00
Formerly function.c.~20~
This commit is contained in:
parent
47707f76cb
commit
ccff1cc0d2
1 changed files with 2 additions and 0 deletions
|
@ -423,6 +423,8 @@ expand_function (o, function, text, end)
|
|||
{
|
||||
if (buffer[i - 1] == '\n')
|
||||
buffer[--i] = '\0';
|
||||
else
|
||||
buffer[i] = '\0';
|
||||
p = buffer;
|
||||
while ((p = index (p, '\n')) != 0)
|
||||
*p++ = ' ';
|
||||
|
|
Loading…
Reference in a new issue