Make handling of continued lines same as in 3.1.8.

This commit is contained in:
David F. Skoll
2010-04-25 10:07:12 -04:00
parent 099ad9945d
commit 1e5b44d063

View File

@@ -220,8 +220,7 @@ static int ReadLineFromFile(void)
return E_NO_MEM;
}
} else {
DBufValue(&buf)[l-1] = '\0';
(DBufLen(&buf))--;
DBufValue(&buf)[l-1] = '\n';
if (DBufPuts(&LineBuffer, DBufValue(&buf)) != OK) {
DBufFree(&buf);
DBufFree(&LineBuffer);