mirror of
https://salsa.debian.org/dskoll/remind.git
synced 2026-04-28 03:47:05 +02:00
Fix dumb error. :)
This commit is contained in:
+2
-1
@@ -665,7 +665,8 @@ int DoSubst(ParsePtr p, DynamicBuffer *dbuf, Trigger *t, TimeTrig *tt, int jul,
|
||||
if (DBufPutc(dbuf, c) != OK) return E_NO_MEM;
|
||||
}
|
||||
if (isupper(c)) {
|
||||
os = DBufValue(dbuf) - strlen(s);
|
||||
os = DBufValue(dbuf);
|
||||
os += strlen(os) - strlen(s);
|
||||
*os = UPPER(*os);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user