Explorar o código

ncd/modules/print.c: add missing up transition

ambrop7 %!s(int64=15) %!d(string=hai) anos
pai
achega
a1e3d3284f
Modificáronse 1 ficheiros con 3 adicións e 0 borrados
  1. 3 0
      ncd/modules/print.c

+ 3 - 0
ncd/modules/print.c

@@ -64,6 +64,9 @@ static void func_new (NCDModuleInst *i)
         arg = NCDValue_ListNext(o->i->args, arg);
         arg = NCDValue_ListNext(o->i->args, arg);
     }
     }
     
     
+    // signal up
+    NCDModuleInst_Backend_Event(o->i, NCDMODULE_EVENT_UP);
+    
     return;
     return;
     
     
 fail1:
 fail1: