Be more explicit.

This commit is contained in:
Dianne Skoll
2024-09-08 09:57:52 -04:00
parent 5b7d4a07ec
commit e4bab0dda4

View File

@@ -208,7 +208,7 @@ int DoRem(ParsePtr p)
DBufInit(&buf);
/* Parse the trigger date and time */
if ( (r=ParseRem(p, &trig, &tim)) ) {
if ( (r=ParseRem(p, &trig, &tim)) != OK ) {
FreeTrig(&trig);
return r;
}