summaryrefslogtreecommitdiff
path: root/src/ivy.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/ivy.c')
-rw-r--r--src/ivy.c2
1 files changed, 1 insertions, 1 deletions
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 );