Add the $AddBlankLines system variable.

This commit is contained in:
Dianne Skoll
2022-10-10 22:49:28 -04:00
parent f9d968cf68
commit 07fd975935
8 changed files with 64 additions and 9 deletions
+2 -2
View File
@@ -945,8 +945,8 @@ int TriggerReminder(ParsePtr p, Trigger *t, TimeTrig *tim, int jul)
if (!DoSubstFromString(DBufValue(&Banner), &buf,
JulianToday, NO_TIME) &&
DBufLen(&buf)) {
printf("%s\n", DBufValue(&buf));
}
printf("%s\n", DBufValue(&buf));
}
DBufFree(&buf);
}