CaCO3 %!s(int64=3) %!d(string=hai) anos
pai
achega
59ccd601fc
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      code/components/jomjol_flowcontroll/ClassFlowControll.cpp

+ 1 - 1
code/components/jomjol_flowcontroll/ClassFlowControll.cpp

@@ -230,7 +230,7 @@ ClassFlow* ClassFlowControll::CreateClassFlow(std::string _type)
     }
     if (toUpper(_type).compare(0, 7, "[DIGITS") == 0)
     {
-        cfc = new ClassFlowCNNGeneral(flowalignment, std::string("Digital"));
+        cfc = new ClassFlowCNNGeneral(flowalignment, std::string("Digit"));
         flowdigit = (ClassFlowCNNGeneral*) cfc;
     }
     #ifdef ENABLE_MQTT