From 3d7f9a4339556f458005fbfb3da2072aff4e1d9c Mon Sep 17 00:00:00 2001 From: fcolin Date: Thu, 11 May 2006 16:42:00 +0000 Subject: correction Bug introduit lors de la separation ivybind ( regexp sans argument ) --- src/ivy.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/ivy.c') diff --git a/src/ivy.c b/src/ivy.c index 157cf08..a0c51c7 100644 --- a/src/ivy.c +++ b/src/ivy.c @@ -196,7 +196,7 @@ static int MsgCall (const char *message, MsgSndPtr msg, IvyClientPtr client) TRACE( "Send matching args count %d\n",rc); - for( index=0; index < rc ; index++ ) + for( index=1; index < rc ; index++ ) { IvyBindingMatch( msg->binding, message, index, &arglen, & arg ); err = make_message_var( &buffer, "%.*s" ARG_END , arglen, arg ); -- cgit v1.1