소스 검색

fixed int/unsigned int parameter incompatibility

Jiri Kuthan 23 년 전
부모
커밋
2efb293be7
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      modules/tm/t_msgbuilder.c

+ 1 - 1
modules/tm/t_msgbuilder.c

@@ -172,7 +172,7 @@ char *build_uac_request(  str msg_type, str dst, str from,
 		struct cell *t, int *len)
 {
 	char *via;
-	int via_len;
+	unsigned int via_len;
 	char content_len[10];
 	int content_len_len;
 	char *buf;