mirror of
https://salsa.debian.org/dskoll/remind.git
synced 2026-04-16 06:18:47 +02:00
Convert out-of-range SPECIAL COLOR to MSG.
This commit is contained in:
@@ -2162,10 +2162,12 @@ static int DoCalRem(ParsePtr p, int col)
|
||||
col_r = -1;
|
||||
col_g = -1;
|
||||
col_b = -1;
|
||||
}
|
||||
|
||||
if (!PsCal && !DoSimpleCalendar) {
|
||||
trig.passthru[0] = 0;
|
||||
DBufFree(&pre_buf);
|
||||
} else {
|
||||
if (!PsCal && !DoSimpleCalendar) {
|
||||
DBufFree(&pre_buf);
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user