From 9d7984378a6d7bf110cc09b1c7e3ad1c086fcaea Mon Sep 17 00:00:00 2001 From: "Samuele E. Locatelli" Date: Tue, 30 Jan 2018 11:59:08 +0100 Subject: [PATCH] pulizia condizioen inutile --- 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 dcb9a3a..7774bf5 100644 --- a/MTC_Adapter/MTC_Adapter/AdapterOsai.cs +++ b/MTC_Adapter/MTC_Adapter/AdapterOsai.cs @@ -1044,7 +1044,7 @@ namespace MTC_Adapter if (utils.CRB("enableAxNamePath")) { // solo se HO UN NOME valido x asse... - if (axisTable[j] != null && axisTable[j] != '-' && axisTable[j] != '\0') + if (axisTable[j] != '-' && axisTable[j] != '\0') { try {