summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorfcolin2007-02-01 09:55:28 +0000
committerfcolin2007-02-01 09:55:28 +0000
commit0af0073c8d78f3f270359bf3e312f61d21abd4db (patch)
tree807e02a743328034283844450b7a6650aab364de
parent26346a8146f1474f1cded6509e6f3c7053a7b659 (diff)
downloadivy-csharp-0af0073c8d78f3f270359bf3e312f61d21abd4db.zip
ivy-csharp-0af0073c8d78f3f270359bf3e312f61d21abd4db.tar.gz
ivy-csharp-0af0073c8d78f3f270359bf3e312f61d21abd4db.tar.bz2
ivy-csharp-0af0073c8d78f3f270359bf3e312f61d21abd4db.tar.xz
Utilisateur : Fcolin Date : 6/02/06 Heure : 17:17 Archivé dans $/CSharp/Ivy/Ivy Commentaire: (vss 46)
-rw-r--r--CSharp/Ivy/IvyPPC/Ivy.cs2
1 files changed, 1 insertions, 1 deletions
diff --git a/CSharp/Ivy/IvyPPC/Ivy.cs b/CSharp/Ivy/IvyPPC/Ivy.cs
index 0624b1a..474d213 100644
--- a/CSharp/Ivy/IvyPPC/Ivy.cs
+++ b/CSharp/Ivy/IvyPPC/Ivy.cs
@@ -863,7 +863,7 @@ namespace IvyBus
internal bool CheckRegexp(string exp)
{
bool regexp_ok = true;
- // TODO Bug
+ // Attention Bug
// ClockStop ClockStart & ^Clock(Start|Pause)
// should Stop to the first parent
if ((sent_messageClasses != null) && exp.StartsWith("^") )