loadXcosLibs(); tree_show(scicos_diagram())
then double click on tree, nothing must occur.
Change-Id: I754e5d4741376284c83340851f687a3dd6e4e775
continue;
}
+ // empty command
+ if (command == NULL || strlen(command) == 0)
+ {
+ continue;
+ }
+
_pSEI->isInterruptible = iInterruptibleCmd;
_pSEI->isPrioritary = iPrioritaryCmd;
_pSEI->isConsoleCommand = iConsoleCmd;