Ver código fonte

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

Julius Pfrommer 11 anos atrás
pai
commit
e47d5d67a4
2 arquivos alterados com 651 adições e 161 exclusões
  1. 650 160
      examples/src/xml2ns0.c
  2. 1 1
      src/ua_basictypes.c

Diferenças do arquivo suprimidas por serem muito extensas
+ 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;