Kaynağa Gözat

Merge branch 'master' of github.com:acplt/open62541

Julius Pfrommer 11 yıl önce
ebeveyn
işleme
e47d5d67a4
2 değiştirilmiş dosya ile 651 ekleme ve 161 silme
  1. 650 160
      examples/src/xml2ns0.c
  2. 1 1
      src/ua_basictypes.c

Dosya farkı çok büyük olduğundan ihmal edildi
+ 650 - 160
examples/src/xml2ns0.c


+ 1 - 1
src/ua_basictypes.c

@@ -841,7 +841,7 @@ void UA_NodeId_printf(char* label, const UA_NodeId* node) {
 	case UA_NODEIDTYPE_TWOBYTE:
 	case UA_NODEIDTYPE_FOURBYTE:
 	case UA_NODEIDTYPE_NUMERIC:
-		printf("identifier=%d\n", node->identifier.numeric);
+		printf("identifier=%d", node->identifier.numeric);
 		break;
 	case UA_NODEIDTYPE_STRING:
 		l = ( node->identifier.string.length < 0 ) ? 0 : node->identifier.string.length;