소스 검색

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

파일 크기가 너무 크기때문에 변경 상태를 표시하지 않습니다.
+ 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;