From 8b42932b4ec978040acf341e69cd7b037721b24f Mon Sep 17 00:00:00 2001 From: fcolin Date: Fri, 21 Apr 2006 12:49:19 +0000 Subject: separation regexp en module ( bug arg num edbute a 1 ) --- src/ivy.c | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'src/ivy.c') diff --git a/src/ivy.c b/src/ivy.c index 6502ea8..5e887d5 100644 --- a/src/ivy.c +++ b/src/ivy.c @@ -196,11 +196,10 @@ static int MsgCall (const char *message, MsgSndPtr msg, IvyClientPtr client) TRACE( "Send matching args count %d\n",rc); - index=1; - while ( indexbinding, message, index, &arglen, & arg ); err = make_message_var( &buffer, "%.*s" ARG_END , arglen, arg ); - ++index; } err = make_message_var( &buffer, "\n"); waiting = SocketSendRaw(client->client, buffer.data , buffer.offset); -- cgit v1.1