mirror of
https://salsa.debian.org/dskoll/remind.git
synced 2026-04-17 23:08:40 +02:00
Add comment
This commit is contained in:
@@ -1317,6 +1317,8 @@ PopVars(ParsePtr p)
|
|||||||
|
|
||||||
/* Destructively copy value */
|
/* Destructively copy value */
|
||||||
dest->v = src->v;
|
dest->v = src->v;
|
||||||
|
|
||||||
|
/* Make sure free_pushedvars doesn't destroy our value! */
|
||||||
src->v.type = ERR_TYPE;
|
src->v.type = ERR_TYPE;
|
||||||
src->v.v.val = 0;
|
src->v.v.val = 0;
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user