mirror of
https://salsa.debian.org/dskoll/remind.git
synced 2026-05-04 06:37:51 +02:00
Add NOQUEUE modifier; reverse order of args to soleq and make second arg optional (defaults to today())
This commit is contained in:
@@ -3638,7 +3638,6 @@ FSoleq(func_info *info)
|
||||
dse = DSEToday;
|
||||
FromDSE(dse, &y, NULL, NULL); /* We just want the year */
|
||||
}
|
||||
ASSERT_TYPE(1, INT_TYPE);
|
||||
|
||||
ret = solstice_equinox_for_year(y, which);
|
||||
if (dse != NO_DATE && (ret / MINUTES_PER_DAY) < dse) {
|
||||
|
||||
Reference in New Issue
Block a user