提交 9f8d37de authored 作者: Brian West's avatar Brian West

FS-3847 regression

上级 20737713
...@@ -5145,7 +5145,7 @@ char *sofia_glue_get_url_from_contact(char *buf, uint8_t to_dup) ...@@ -5145,7 +5145,7 @@ char *sofia_glue_get_url_from_contact(char *buf, uint8_t to_dup)
if (*buf == '"') { if (*buf == '"') {
buf++; buf++;
while((e = strchr(buf, '"'))) { if((e = strchr(buf, '"'))) {
buf = e+1; buf = e+1;
} }
} }
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论