put back unintended removal of end of line strip

This commit is contained in:
nhmall
2019-11-28 20:56:42 -05:00
parent 954ffd11d3
commit 8a971a378b

View File

@@ -238,6 +238,7 @@ doextversion()
Strcpy(buf, rtbuf);
}
}
(void) strip_newline(buf);
if (index(buf, '\t') != 0)
(void) tabexpand(buf);