mirror of
https://salsa.debian.org/dskoll/remind.git
synced 2026-04-17 23:08:40 +02:00
Revert warning if BANNER is used after a banner has already been issued.
https://dianne.skoll.ca/pipermail/remind-fans/2025/005268.html
This commit is contained in:
@@ -1486,10 +1486,6 @@ static int DoBanner(ParsePtr p)
|
|||||||
}
|
}
|
||||||
if (!c) return E_EOLN;
|
if (!c) return E_EOLN;
|
||||||
|
|
||||||
if (DidMsgReminder) {
|
|
||||||
Wprint(tr("Banner has already been issued; this BANNER command will have no effect"));
|
|
||||||
}
|
|
||||||
|
|
||||||
while(c) {
|
while(c) {
|
||||||
if (DBufPutc(&buf, c) != OK) return E_NO_MEM;
|
if (DBufPutc(&buf, c) != OK) return E_NO_MEM;
|
||||||
c = ParseChar(p, &err, 0);
|
c = ParseChar(p, &err, 0);
|
||||||
|
|||||||
@@ -25085,7 +25085,6 @@ TRANSLATE "%s(%d): IF without ENDIF" ""
|
|||||||
TRANSLATE "%s(%s): ["["]#%d] %s function `%s'" ""
|
TRANSLATE "%s(%s): ["["]#%d] %s function `%s'" ""
|
||||||
TRANSLATE "(Security note: $RunOff variable tested.)" ""
|
TRANSLATE "(Security note: $RunOff variable tested.)" ""
|
||||||
TRANSLATE "Accepting \"%s\" for $Latitude/$Longitude, but you should use the \"C\" locale decimal separator \".\" instead" ""
|
TRANSLATE "Accepting \"%s\" for $Latitude/$Longitude, but you should use the \"C\" locale decimal separator \".\" instead" ""
|
||||||
TRANSLATE "Banner has already been issued; this BANNER command will have no effect" ""
|
|
||||||
TRANSLATE "Caching directory `%s' listing" ""
|
TRANSLATE "Caching directory `%s' listing" ""
|
||||||
TRANSLATE "Caching file `%s' in memory" ""
|
TRANSLATE "Caching file `%s' in memory" ""
|
||||||
TRANSLATE "Called from" ""
|
TRANSLATE "Called from" ""
|
||||||
|
|||||||
Reference in New Issue
Block a user