From 8699ca5c312befe3058c2b56b759a78f2af6721f Mon Sep 17 00:00:00 2001 From: fcolin Date: Thu, 1 Feb 2007 09:42:37 +0000 Subject: Utilisateur : Fcolin Date : 2/02/04 Heure : 16:31 Archivé dans $/EScribe/Ivy Commentaire: (vss 20) --- CSharp/Ivy/Ivy/Ivy.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'CSharp') diff --git a/CSharp/Ivy/Ivy/Ivy.cs b/CSharp/Ivy/Ivy/Ivy.cs index ba25733..cfec5cb 100644 --- a/CSharp/Ivy/Ivy/Ivy.cs +++ b/CSharp/Ivy/Ivy/Ivy.cs @@ -593,7 +593,7 @@ namespace IvyBus internal bool CheckRegexp(String exp) { bool regexp_ok = true; - if (exp.StartsWith("^") && sent_messageClasses != null) + if ((sent_messageClasses != null) && exp.StartsWith("^") ) { regexp_ok = false; foreach (string exp_class in sent_messageClasses) -- cgit v1.1