[Remind-Fans] Remind 3.4.0 Beta 2 - with correct download links this time

Dianne Skoll dianne at skoll.ca
Thu Feb 3 16:13:37 EST 2022


Hi, Jonathan,

> $CalMode appears to not be set properly. With this test.rem:

Yes, it's a bug.  Fixed in master in this commit:

https://git.skoll.ca/Skollsoft-Public/Remind/commit/068d5429eb761ad7305391cd9dc4de518c96165d

I'll put a patch below too.

Regards,

Dianne.

--- a/src/var.c
+++ b/src/var.c
@@ -743,8 +743,8 @@ static SysVar SysVarArr[] = {
     /*  name          mod  type              value          min/mal   max  validate*/
     {"April",          1,  STR_TYPE,     &DynamicMonthName[3], 0,      0,    NULL },
     {"August",         1,  STR_TYPE,     &DynamicMonthName[7], 0,      0,    NULL },
-    {"CalMode",        0,  INT_TYPE,     &DoCalendar,          0,      0,    NULL },
     {"CalcUTC",        1,  INT_TYPE,     &CalculateUTC,        0,      1,    NULL },
+    {"CalMode",        0,  INT_TYPE,     &DoCalendar,          0,      0,    NULL },
     {"Daemon",         0,  INT_TYPE,     &Daemon,              0,      0,    NULL },
     {"DateSep",        1,  SPECIAL_TYPE, date_sep_func,        0,      0,    NULL },
     {"DateTimeSep",    1,  SPECIAL_TYPE, datetime_sep_func,    0,      0,    NULL },
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 833 bytes
Desc: OpenPGP digital signature
URL: <http://dianne.skoll.ca/pipermail/remind-fans/attachments/20220203/9e2af169/attachment.sig>


More information about the Remind-fans mailing list