[dss-commits] r8777 - dss/trunk/core

dss-commits at forum.digitalstrom.org dss-commits at forum.digitalstrom.org
Mon Sep 21 17:32:57 CEST 2009


Author: pstaehlin
Date: 2009-09-21 17:32:57 +0200 (Mon, 21 Sep 2009)
New Revision: 8777

Modified:
   dss/trunk/core/model.cpp
Log:
Breaking to avoid an assertion *oops*


Modified: dss/trunk/core/model.cpp
===================================================================
--- dss/trunk/core/model.cpp	2009-09-21 15:27:49 UTC (rev 8776)
+++ dss/trunk/core/model.cpp	2009-09-21 15:32:57 UTC (rev 8777)
@@ -954,6 +954,7 @@
       case ModelEvent::etBusReady:
         log("Got bus ready event.", lsInfo);
         initializeFromBus();
+        break;
       default:
         assert(false);
         break;



More information about the dss-commits mailing list