Index: /trunk/FACT++/src/StateMachineImp.cc
===================================================================
--- /trunk/FACT++/src/StateMachineImp.cc	(revision 13908)
+++ /trunk/FACT++/src/StateMachineImp.cc	(revision 13909)
@@ -313,5 +313,5 @@
 bool StateMachineImp::PostEvent(const EventImp &evt, const char *ptr, size_t siz)
 {
-    if (GetCurrentState()<0 || GetCurrentState()==kSM_FatalError)
+    if (/*GetCurrentState()<0 ||*/ GetCurrentState()==kSM_FatalError)
     {
         Out() << kYellow << "State<0 or FatalError: Event ignored." << endl;
@@ -361,5 +361,5 @@
 bool StateMachineImp::PostEvent(const EventImp &evt)
 {
-    if (GetCurrentState()<0 || GetCurrentState()==kSM_FatalError)
+    if (/*GetCurrentState()<0 ||*/ GetCurrentState()==kSM_FatalError)
     {
         Out() << kYellow << "State<0 or FatalError: Event ignored." << endl;
