From abb65226983bbee29c17c004b75bc50918d15003 Mon Sep 17 00:00:00 2001 From: fcolin Date: Thu, 1 Feb 2007 13:00:25 +0000 Subject: Utilisateur : Fcolin Date : 19/04/06 Heure : 15:07 Archivé dans $/Bus/Ivy Commentaire: (vss 29) --- Ivy/IvyApplication.cxx | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) (limited to 'Ivy/IvyApplication.cxx') diff --git a/Ivy/IvyApplication.cxx b/Ivy/IvyApplication.cxx index b0fa052..c9ba0e4 100644 --- a/Ivy/IvyApplication.cxx +++ b/Ivy/IvyApplication.cxx @@ -162,12 +162,12 @@ void IvyApplication::OnReceive(char * line) exp = pcre_compile( arg, PCRE_CASELESS, &errmsg, &erroffset, NULL ); if ( !exp ) { - ivy::string err( "Error can't compile regexp '" ); - err += arg; - err += "' error "; - err += errmsg; - SendMsg( Error, Error, err.c_str() ); - TRACE("IvyApplication %s\n",err.c_str()); + ivy::string errstr( "Error can't compile regexp '" ); + errstr += arg; + errstr += "' error "; + errstr += errmsg; + SendMsg( Error, Error, errstr.c_str() ); + TRACE("IvyApplication %s\n",errstr.c_str()); return; } #else -- cgit v1.1