瀏覽代碼

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

Julius Pfrommer 11 年之前
父節點
當前提交
e47d5d67a4
共有 2 個文件被更改,包括 651 次插入161 次删除
  1. 650 160
      examples/src/xml2ns0.c
  2. 1 1
      src/ua_basictypes.c

File diff suppressed because it is too large
+ 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;