diff options
author | fcolin | 2007-02-01 09:55:28 +0000 |
---|---|---|
committer | fcolin | 2007-02-01 09:55:28 +0000 |
commit | 0af0073c8d78f3f270359bf3e312f61d21abd4db (patch) | |
tree | 807e02a743328034283844450b7a6650aab364de /CSharp/Ivy/IvyPPC/Ivy.cs | |
parent | 26346a8146f1474f1cded6509e6f3c7053a7b659 (diff) | |
download | ivy-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)
Diffstat (limited to 'CSharp/Ivy/IvyPPC/Ivy.cs')
-rw-r--r-- | CSharp/Ivy/IvyPPC/Ivy.cs | 2 |
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("^") )
|