Formerly function.c.~20~
authorRoland McGrath <roland@redhat.com>
Mon, 10 Aug 1992 22:03:03 +0000 (22:03 +0000)
committerRoland McGrath <roland@redhat.com>
Mon, 10 Aug 1992 22:03:03 +0000 (22:03 +0000)
function.c

index 541c4ac..993667f 100644 (file)
@@ -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++ = ' ';