This commit is contained in:
Samuele E. Locatelli
2018-01-18 09:40:28 +01:00
parent cadefcedb6
commit aa4dc1d88b
+1 -1
View File
@@ -1041,7 +1041,7 @@ namespace MTC_Adapter
// salvo!!! come path#nome
axisDict.Add(string.Format("{0}#{1}", i, axisTable[j]), currId);
// solo se HO UN NOME valido x asse...
if (axisTable[j] != null && axisTable[j] != "-" && axisTable[j] != "" && axisTable[j] != '\0')
if (axisTable[j] != null && axisTable[j] != '-' && axisTable[j] != '\0')
try
{
// salvo (per ID) descr asse e processo corrente!