mirror of
https://salsa.debian.org/dskoll/remind.git
synced 2026-04-17 14:59:20 +02:00
Make handling of continued lines same as in 3.1.8.
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user