From deca12d7be900dbf86065867840ae5500a398ae2 Mon Sep 17 00:00:00 2001 From: Derrell Lipman Date: Mon, 2 Oct 2006 02:38:43 +0000 Subject: r19021: match the prototype for a trigger function (This used to be commit f2f191891582af7dcb6d38c14e4ef7afc361299a) --- source4/lib/appweb/ejs/ejsProcs.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'source4/lib/appweb/ejs') diff --git a/source4/lib/appweb/ejs/ejsProcs.c b/source4/lib/appweb/ejs/ejsProcs.c index adef6e898a..43fff4a40b 100644 --- a/source4/lib/appweb/ejs/ejsProcs.c +++ b/source4/lib/appweb/ejs/ejsProcs.c @@ -59,7 +59,7 @@ static int valueOfProc(EjsHandle eid, int argc, MprVar **argv); */ static MprVarTriggerStatus lengthTrigger(MprVarTriggerOp op, MprProperties *parentProperties, MprVar *prop, MprVar *newValue, - bool copyRef); + int copyRef); /******************************************************************************/ /* @@ -340,7 +340,7 @@ static int valueOfProc(EjsHandle eid, int argc, MprVar **argv) static MprVarTriggerStatus lengthTrigger(MprVarTriggerOp op, MprProperties *parentProperties, MprVar *prop, MprVar *newValue, - bool copyRef) + int copyRef) { switch (op) { case MPR_VAR_READ: -- cgit