提交 9c463fdb authored 作者: Travis Cross's avatar Travis Cross

fix typo

This amends commit a6bb4545.
上级 49666cee
...@@ -350,7 +350,7 @@ static void generate_m(private_object_t *tech_pvt, char *buf, size_t buflen, ...@@ -350,7 +350,7 @@ static void generate_m(private_object_t *tech_pvt, char *buf, size_t buflen,
tech_pvt->local_sdp_audio_zrtp_hash); tech_pvt->local_sdp_audio_zrtp_hash);
} }
if (!zsttr(sr)) { if (!zstr(sr)) {
switch_snprintf(buf + strlen(buf), buflen - strlen(buf), "a=%s\n", sr); switch_snprintf(buf + strlen(buf), buflen - strlen(buf), "a=%s\n", sr);
} }
} }
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论