std/rec: aSub handle INAM changing outputs
Allow EFLG="On Change" to work with INAM.
This commit is contained in:
@@ -207,6 +207,12 @@ static long init_record(aSubRecord *prec, int pass)
|
||||
}
|
||||
strcpy(prec->onam, prec->snam);
|
||||
prec->oval = prec->val;
|
||||
for (i = 0; i < NUM_ARGS; i++) {
|
||||
(&prec->onva)[i] = (&prec->nova)[i];
|
||||
memcpy((&prec->ovla)[i],
|
||||
(&prec->vala)[i],
|
||||
(&prec->nova)[i]);
|
||||
}
|
||||
return 0;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user