Author: sayer
Date: 2009-10-22 22:53:24 +0200 (Thu, 22 Oct 2009)
New Revision: 1564

Modified:
   trunk/apps/dsm/DSMStateEngine.cpp
Log:
small code clarity bf

Modified: trunk/apps/dsm/DSMStateEngine.cpp
===================================================================
--- trunk/apps/dsm/DSMStateEngine.cpp   2009-10-22 19:59:22 UTC (rev 1563)
+++ trunk/apps/dsm/DSMStateEngine.cpp   2009-10-22 20:53:24 UTC (rev 1564)
@@ -133,7 +133,7 @@
   if (initial_state.empty()) {
     ERROR("diag '%s' doesn't have an initial state!\n",
          name.c_str());
-    return false;
+    return NULL;
   }
   return getState(initial_state);
 }

_______________________________________________
Semsdev mailing list
[email protected]
http://lists.iptel.org/mailman/listinfo/semsdev

Reply via email to