summaryrefslogtreecommitdiff
path: root/CSharp/Ivy/IvyPPC/IvyClient.cs
diff options
context:
space:
mode:
authorfcolin2007-02-01 09:57:37 +0000
committerfcolin2007-02-01 09:57:37 +0000
commit6a0c3291fdb3c3c584c2e49b1b297777da19403e (patch)
treea864b9aa1a746b4de787dfd3df3834fbd0cc3b9f /CSharp/Ivy/IvyPPC/IvyClient.cs
parent3de07903984d87bae2aea10bcf856d5cdd9b147c (diff)
downloadivy-csharp-6a0c3291fdb3c3c584c2e49b1b297777da19403e.zip
ivy-csharp-6a0c3291fdb3c3c584c2e49b1b297777da19403e.tar.gz
ivy-csharp-6a0c3291fdb3c3c584c2e49b1b297777da19403e.tar.bz2
ivy-csharp-6a0c3291fdb3c3c584c2e49b1b297777da19403e.tar.xz
Utilisateur : Fcolin Date : 30/10/03 Heure : 18:45 Archivé dans $/EScribe/Ivy Commentaire: (vss 8)
Diffstat (limited to 'CSharp/Ivy/IvyPPC/IvyClient.cs')
-rw-r--r--CSharp/Ivy/IvyPPC/IvyClient.cs2
1 files changed, 1 insertions, 1 deletions
diff --git a/CSharp/Ivy/IvyPPC/IvyClient.cs b/CSharp/Ivy/IvyPPC/IvyClient.cs
index 9ccac6e..006b69c 100644
--- a/CSharp/Ivy/IvyPPC/IvyClient.cs
+++ b/CSharp/Ivy/IvyPPC/IvyClient.cs
@@ -475,7 +475,7 @@ namespace IvyBus
{
try
{
- regexp_in.Add( msgId, new Regex(regexp));
+ regexp_in.Add( msgId, new Regex(regexp,RegexOptions.Compiled|RegexOptions.IgnoreCase));
regexp_text.Add( msgId, regexp);
}
catch (ArgumentException e)