From 2cf893c0c34d50a68a27e1704b38f2facc10c9bc Mon Sep 17 00:00:00 2001 From: fcolin Date: Fri, 21 Apr 2006 15:51:55 +0000 Subject: suppression de l'indirection sur les fonction channel et renomage ! --- src/ivy.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'src/ivy.c') diff --git a/src/ivy.c b/src/ivy.c index 5e887d5..b78d227 100644 --- a/src/ivy.c +++ b/src/ivy.c @@ -301,7 +301,7 @@ static void Receive( Client client, void *data, char *line ) return; } - bind = IvyBindingCompile( arg ); + bind = IvyBindingCompile( arg, & erroffset, & errbuf ); if ( bind != NULL ) { IVY_LIST_ADD_START( clnt->msg_send, snd ) @@ -317,7 +317,6 @@ static void Receive( Client client, void *data, char *line ) } else { - IvyBindingGetCompileError( & erroffset, & errbuf ); printf("Error compiling '%s', %s\n", arg, errbuf); MsgSendTo( client, Error, erroffset, errbuf ); } -- cgit v1.1