From aa4dc1d88b8b31e185df44a9700603d9c02f26df Mon Sep 17 00:00:00 2001 From: "Samuele E. Locatelli" Date: Thu, 18 Jan 2018 09:40:28 +0100 Subject: [PATCH] typo --- MTC_Adapter/MTC_Adapter/AdapterOsai.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/MTC_Adapter/MTC_Adapter/AdapterOsai.cs b/MTC_Adapter/MTC_Adapter/AdapterOsai.cs index 8fe85de..29aba7e 100644 --- a/MTC_Adapter/MTC_Adapter/AdapterOsai.cs +++ b/MTC_Adapter/MTC_Adapter/AdapterOsai.cs @@ -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!