瀏覽代碼

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)
 		struct cell *t, int *len)
 {
 {
 	char *via;
 	char *via;
-	int via_len;
+	unsigned int via_len;
 	char content_len[10];
 	char content_len[10];
 	int content_len_len;
 	int content_len_len;
 	char *buf;
 	char *buf;